File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ ts-node evm/its.js checks -n $CHAIN -y
9696
9797``` bash
9898# Create a token on `<ChainName>`
99- ts-node evm/interchainTokenFactory.js --action deployInterchainToken --minter [minter-address] --name " test " -- symbol " TST " -- decimals 6 --initialSupply 10000 --salt " salt1234" -n $CHAIN
99+ ts-node evm/interchainTokenFactory.js deploy-interchain-token [name] [ symbol] [ decimals] [initial-supply] [minter] --salt " salt1234" -n $CHAIN
100100
101101# Deploy token to a remote chain
102- ts- node evm/interchainTokenFactory.js --action deployRemoteInterchainToken --destinationChain [destination-chain] --salt " salt1234" --gasValue [gas-value] -y -n $CHAIN
102+ node evm/interchainTokenFactory.js deploy-remote-interchain-token [destination-chain] --salt " salt1234" -n $CHAIN
103103
104104# Transfer token to remote chain
105105ts-node evm/its.js interchain-transfer [destination-chain] [token-id] [recipient] 1 --gasValue [gas-value] -n $CHAIN
You can’t perform that action at this time.
0 commit comments