Skip to content

Commit 7a5b86f

Browse files
jtfireknik-suri
andauthored
chore: spelling fixes (#460)
* chore: spelling fix * Update README.md --------- Co-authored-by: Nikhil Suri <nikhilsuri@comcast.net>
1 parent c0b0e69 commit 7a5b86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ event MessageAlreadyExecuted(bytes32 indexed sourceNttManager, bytes32 indexed m
132132

133133
6. **Mint or Unlock**
134134

135-
Once a transfer has been successfully verified, the tokens can be minted (if the mode is "burning") or unlocked (if the mode is "locking") to the recipient on the destination chain. Note that the source token decimals are bounded betweeen 0 and `TRIMMED_DECIMALS` as enforced in the wire format. The transfer amount is untrimmed (scaled-up) if the destination chain token decimals exceed `TRIMMED_DECIMALS`. Once the approriate number of tokens have been minted or unlocked to the recipient, the `TransferRedeemed` event is emitted.
135+
Once a transfer has been successfully verified, the tokens can be minted (if the mode is "burning") or unlocked (if the mode is "locking") to the recipient on the destination chain. Note that the source token decimals are bounded between 0 and `TRIMMED_DECIMALS` as enforced in the wire format. The transfer amount is untrimmed (scaled-up) if the destination chain token decimals exceed `TRIMMED_DECIMALS`. Once the appropriate number of tokens have been minted or unlocked to the recipient, the `TransferRedeemed` event is emitted.
136136

137137
_Events_
138138

@@ -201,7 +201,7 @@ $ cast --help
201201

202202
#### Environment Setup
203203

204-
Note: **All Chain IDs set in the deployment environment files and configuration files should be the Wormhold Chain ID**
204+
Note: **All Chain IDs set in the deployment environment files and configuration files should be the Wormhole Chain ID**
205205

206206
Copy the sample environment file located in `env/` into the target subdirectory of your choice (e.g., `testnet` or `mainnet`) and prefix the filename with your blockchain of choice:
207207

0 commit comments

Comments
 (0)