From 3e937e83343f082427c15befb7f2879af16c59e4 Mon Sep 17 00:00:00 2001 From: ffe9f8 <149421156+ffe9f8@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:44:57 -0500 Subject: [PATCH] fix: update token name / symbol warning (#717) Co-authored-by: Idris Olubisi --- src/pages/dev/send-tokens/interchain-tokens/create-token.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/dev/send-tokens/interchain-tokens/create-token.mdx b/src/pages/dev/send-tokens/interchain-tokens/create-token.mdx index c70825dbe..1940007ca 100644 --- a/src/pages/dev/send-tokens/interchain-tokens/create-token.mdx +++ b/src/pages/dev/send-tokens/interchain-tokens/create-token.mdx @@ -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. - **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. @@ -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. -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. + + 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. + ## Create a custom Interchain Token