Skip to content

Commit c64fc96

Browse files
chore: update release docs
1 parent fa4801c commit c64fc96

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

releases/hedera/2025-09-Hedera-ITS-v2.1.1.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ts-node evm/its.js checks -n $CHAIN -y
7575

7676
- Verify the token manager proxy contract once an ITS token is deployed on `<ChainName>` and then mark it as a proxy.
7777

78-
> Note: before transferring any tokens to an account on Hedera, that account must be associated with the token. Use the `associate-token.js` script to associate the token with the account, see `hedera/README.md` for more details.
78+
> Note: before transferring any tokens to an account on Hedera, that account must be associated with the token. Use the `associate-token.js` script to associate the token with the account, see `hedera/README.md` for more details. Use `gas-value` in in tinybars (8 decimals).
7979
8080
- EVM Checklist
8181

@@ -87,7 +87,7 @@ ts-node hedera/fund-whbar.js [user-address] --amount 100 -n $CHAIN
8787
ts-node hedera/approve-factory-whbar.js -n $CHAIN
8888

8989
# Create a token on Hedera
90-
ts-node evm/interchainTokenFactory.js --action deployInterchainToken --minter [minter-address] --name "test" --symbol "TST" --decimals 6 --salt "salt1234" --initialSupply 0 -n $CHAIN
90+
ts-node evm/interchainTokenFactory.js --action deployInterchainToken --minter [minter-address] --name "test" --symbol "TST" --decimals 6 --salt "salt1234" --initialSupply 0 -n $CHAIN --gasValue [gas-value]
9191

9292
# Record the newly created token id and address from the output.
9393

@@ -97,11 +97,13 @@ ts-node hedera/associate-token.js [token-address]
9797
# Mint some tokens via the TokenManager
9898
ts-node evm/its.js mint-token [token-id] [to] [amount]
9999

100+
# Record Token Manger Address
101+
100102
# Deploy token to a remote chain
101103
ts-node evm/interchainTokenFactory.js --action deployRemoteInterchainToken --destinationChain [destination-chain] --salt "salt1234" --gasValue [gas-value] -y
102104

103105
# Approve token manager to spend tokens
104-
ts-node evm/its.js approve [token-id] [spender] [amount]
106+
ts-node evm/its.js approve [token-id] [spender] [amount]
105107

106108
# Transfer token to remote chain
107109
ts-node evm/its.js interchain-transfer [destination-chain] [token-id] [recipient] 1 --gasValue [gas-value]

0 commit comments

Comments
 (0)