Skip to content

Commit

Permalink
fix: update token name / symbol warning (#717)
Browse files Browse the repository at this point in the history
Co-authored-by: Idris Olubisi <heedris2olubisi@gmail.com>
  • Loading branch information
ffe9f8 and Olanetsoft committed Jan 24, 2024
1 parent 9aff808 commit 3e937e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/dev/send-tokens/interchain-tokens/create-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The Interchain Token Service is deployed to [`0xB5FB4BE02232B1bBA4dC8f81dc24C269

You can create a new Interchain Token through the [Interchain Portal](https://testnet.interchain.axelar.dev/), or by building a custom ERC-20 token and deploying it with a Mint/Burn token manager on all chains. These tokens will be accessible on multiple chains, allowing for seamless interaction on each chain by utilizing familiar methods such as send, transfer, and approve -- just as with any standard ERC-20 token.


<Callout emoji="🚨">
**NOTE:** The security of your token is limited to the security of the chains it integrates with. Since blockchains can have different security practices, we recommend doing due diligence on all chains your token will be deployed to.
</Callout>
Expand All @@ -33,7 +32,9 @@ Congratulations! Your new Interchain Token is now available on multiple chains.

Refer to the [four-step tutorial](https://axelar.network/blog/how-to-create-an-interchain-token-with-axelar-in-4-steps) for more detailed steps on creating Interchain Tokens using the Interchain Token Portal.

<Callout emoji="💡">Make sure you are thinking about token names and any relevant stakeholders. Creating a simple token using the ITS Portal will use the same token name for all chains. If you need dfferent names on different chains, you'll need to build a custom token.</Callout>
<Callout emoji="💡">
Make sure you consider all relevant stakeholders before deploying a token through ITS. Creating a simple token using the ITS Portal will give the token the same name and symbol on all chains. If you need your token to have different names or symbols on different chains, you’ll have to build a custom token.
</Callout>

## Create a custom Interchain Token

Expand Down

1 comment on commit 3e937e8

@vercel
Copy link

@vercel vercel bot commented on 3e937e8 Jan 24, 2024

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.