Skip to content

Commit

Permalink
Update interchain-token-executable.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Feb 16, 2024
1 parent d0f9380 commit 29faed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function callContractWithInterchainToken(
```

<Callout emoji="🚨">
Ensure the `destinationAddress` should be an address encoded as bytes. Use the [`toBytes()`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/libs/AddressBytes.sol#L30) method to quickly accomplish this on-chain.
The `destinationAddress` should be an address encoded as bytes. Use the [`toBytes()`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/libs/AddressBytes.sol#L30) method to quickly accomplish this on-chain.

</Callout>

Expand Down

0 comments on commit 29faed5

Please sign in to comment.