Skip to content

Commit 8446039

Browse files
committed
chore: fixed args on deploy-interchain-token and link-token for github action
1 parent 4daefce commit 8446039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-evm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
run: ts-node evm/its.js is-trusted-chain remote -y
167167

168168
- name: InterchainTokenFactory deploy interchain token on current chain
169-
run: ts-node evm/interchainTokenFactory.js deploy-interchain-token "test" "TST" 18 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --salt "salt" -y
169+
run: ts-node evm/interchainTokenFactory.js deploy-interchain-token "test" "TST" 18 12345 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --salt "salt" -y
170170

171171
- name: InterchainTokenFactory deploy interchain token to destination chain
172172
run: ts-node evm/interchainTokenFactory.js deploy-remote-interchain-token remote --salt "salt" -y
@@ -182,7 +182,7 @@ jobs:
182182
run: ts-node evm/its.js transfer-mintership 0x49c06259B42540a025A73a32eF2Fd183c0FDB1D2 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 -y
183183

184184
- name: InterchainTokenFactory link token
185-
run: ts-node evm/interchainTokenFactory.js link-token remote "0x1234" 4 "0x5678" --salt "salt" -y
185+
run: ts-node evm/interchainTokenFactory.js link-token remote remote "0x1234" 4 "0x5678" --salt "salt" -y
186186

187187
# Note that tokenId is hardcoded since it's derivation must always be the same
188188
- name: InterchainTokenService interchain transfer to destination chain

0 commit comments

Comments
 (0)