Skip to content

Commit

Permalink
Fix contract address in the swap tutorial (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Dec 14, 2023
1 parent fec6e42 commit 434a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/omnichain/tutorials/swap.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ of the `--target-token` find the ZRC-20 contract address of the destination
token in the [docs](https://www.zetachain.com/docs/reference/testnet/).

```
npx hardhat interact --contract 0xcC02751bAA435E9A5cF3bd22F96a21d7C002E150 --amount 0.1 --target-token 0x48f80608B672DC30DC7e3dbBd0343c5F02C738Eb --recipient 0x2cD3D070aE1BD365909dD859d29F387AA96911e1 --network goerli_testnet
npx hardhat interact --contract 0x458bCAF5d95025cdd00f946f1C5F09623E856579 --amount 0.1 --target-token 0x48f80608B672DC30DC7e3dbBd0343c5F02C738Eb --recipient 0x2cD3D070aE1BD365909dD859d29F387AA96911e1 --network goerli_testnet
```

```
Expand Down

0 comments on commit 434a572

Please sign in to comment.