Skip to content

Commit 937a061

Browse files
committed
fix: removed typo in github action and fixed typo in readme
1 parent 8446039 commit 937a061

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-evm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 remote "0x1234" 4 "0x5678" --salt "salt" -y
185+
run: ts-node evm/interchainTokenFactory.js link-token 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

evm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,8 @@ Token symbol: SCT
687687

688688
Token decimals: 18
689689

690-
deploy-remote-canonical-interchain-token tx: 0xf23e2b939c2af373bb4db004f96cacbfcbdb0e4c6acfa97b42ede309cbfbca65```
690+
deploy-remote-canonical-interchain-token tx: 0xf23e2b939c2af373bb4db004f96cacbfcbdb0e4c6acfa97b42ede309cbfbca65
691+
```
691692

692693

693694
### Register Custom Token

0 commit comments

Comments
 (0)