Skip to content

Commit

Permalink
fix:broken link in interchain-tokens.mdx (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosaucily authored Dec 18, 2023
1 parent 72bbb7d commit 6944606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/send-tokens/interchain-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The simplest type of Interchain Token is to create a brand new [standardized](..

**Congratulations!** You now have an ERC-20 token available on multiple chains. You can interact with your token on any chain identically, as they are all ERC-20 tokens. You can send, transfer, approve, and use all of the methods you are used to.

Additionally, each of these tokens is a [Standardized Interchain Token](https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/interfaces/IStandardizedToken.sol) and has an `interchainTransfer` method allowing you to transfer it between blockchains.
Additionally, each of these tokens is a [Standardized Interchain Token](https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/interchain-token/InterchainTokenStandard.sol) and has an `interchainTransfer` method allowing you to transfer it between blockchains.

Here is an example of using `interchainTransfer`.

Expand Down

1 comment on commit 6944606

@vercel
Copy link

@vercel vercel bot commented on 6944606 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.