diff --git a/content/en/docs/how-to/create-your-own-pair.md b/content/en/docs/how-to/create-your-own-pair.md index 18c78ae..23338d3 100644 --- a/content/en/docs/how-to/create-your-own-pair.md +++ b/content/en/docs/how-to/create-your-own-pair.md @@ -4,7 +4,7 @@ weight: 30 --- {{< alert context="warning" >}} -**Important - Only for Terra 2.0** +**Important** PLEASE BE AWARE that native tokens must be registered in the factory first in order to create a pair including them. You can check registered native tokens through [this query]({{< ref "/docs/reference/factory#native-token-decimals" >}}). Contact us via [Terraswap Discord](https://discord.gg/XERFR8dCWv) if you need to add a new native token. {{< /alert >}} diff --git a/content/en/docs/how-to/mint-your-cw20-token.md b/content/en/docs/how-to/mint-your-cw20-token.md index 01d4b4b..287ae66 100644 --- a/content/en/docs/how-to/mint-your-cw20-token.md +++ b/content/en/docs/how-to/mint-your-cw20-token.md @@ -24,7 +24,7 @@ There are some advantages below: ### 1. Using Deployed Token Factory (Recommended) -The standard CW20 token is already stored in Terra 2.0 network.\ +The standard CW20 token is already stored in Terra network.\ The code is wrapped based on cw20 [v0.13.2](https://docs.rs/cw20/0.13.2/cw20/index.html) \ Please check [here]({{< relref "/docs/resources/contract-addresses" >}}) for the more addresses. diff --git a/content/en/docs/reference/router.md b/content/en/docs/reference/router.md index 0b4a1c0..b66ba6a 100644 --- a/content/en/docs/reference/router.md +++ b/content/en/docs/reference/router.md @@ -117,7 +117,6 @@ Query the amount of KRT that can be attained via UST by 10 mABNB
} } ``` -ex) https://bombay-fcd.terra.dev/wasm/contracts/terra1c58wrdkyc0ynvvxcv834kz65nfsxmw2w0pwusq/store?query_msg={%22simulate_swap_operations%22:{%22offer_amount%22:%2210000000%22,%22operations%22:[{%22terra_swap%22:{%22offer_asset_info%22:{%22token%22:{%22contract_addr%22:%22terra1747mad58h0w4y589y3sk84r5efqdev9q4r02pc%22}},%22ask_asset_info%22:{%22native_token%22:{%22denom%22:%22uusd%22}}}},{%22native_swap%22:{%22offer_denom%22:%22uusd%22,%22ask_denom%22:%22ukrw%22}}]}} ### Reverse Simulate Swap Operations @@ -161,7 +160,6 @@ Query the amount of ANC needed to get 10 LUNC via UST
} } ``` -ex) https://bombay-fcd.terra.dev/wasm/contracts/terra1c58wrdkyc0ynvvxcv834kz65nfsxmw2w0pwusq/store?query_msg={%22reverse_simulate_swap_operations%22:{%22ask_amount%22:%2210000000%22,%22operations%22:[{%22terra_swap%22:{%22offer_asset_info%22:{%22token%22:{%22contract_addr%22:%22terra1747mad58h0w4y589y3sk84r5efqdev9q4r02pc%22}},%22ask_asset_info%22:{%22native_token%22:{%22denom%22:%22uusd%22}}}},{%22terra_swap%22:{%22offer_asset_info%22:{%22native_token%22:{%22denom%22:%22uusd%22}},%22ask_asset_info%22:{%22native_token%22:{%22denom%22:%22uluna%22}}}}]}} # Router - Terra 2.0 diff --git a/content/en/docs/resources/contract-addresses.md b/content/en/docs/resources/contract-addresses.md index e217a14..b11f307 100644 --- a/content/en/docs/resources/contract-addresses.md +++ b/content/en/docs/resources/contract-addresses.md @@ -21,7 +21,7 @@ weight: 10 ### Columbus-5 Mainnet -- Token code id: 6036 +- Token code id: 7395 - Factory contract address: `terra1jkndu9w5attpz09ut02sgey5dd3e8sq5watzm0` - Router contract address: `terra1g3zc8lwwmkrm0cz9wkgl849pdqaw6cq8lh7872`