Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack666r authored Jan 27, 2025
1 parent 540abf8 commit 1f7795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiversx/its-interchain-token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm run execute multiversx/its-interchain-token local ${srcChain} ${destChain} $
- `destChain`: The blockchain network to which the message will be relayed. Acceptable values include "multiversx", "Avalanche", "Fantom", "Ethereum", and "Polygon". Default value is multiversx.
- `name`, `symbol`, `decimals`: These will be used for the deployed Interchain Token. Defaults are "Interchain Token", "IT" and 18 respectively.
- `amount`: The amount of token to send. The default is 1000.
- `salt`: The 32 byte salt to use for the token. The default is a random salt depending on the proccess that runs the example.
- `salt`: The 32 byte salt to use for the token. The default is a random salt depending on the process that runs the example.

## Example

Expand Down

0 comments on commit 1f7795f

Please sign in to comment.