Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/how-to/create-your-own-pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/how-to/mint-your-cw20-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions content/en/docs/reference/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ Query the amount of KRT that can be attained via UST by 10 mABNB<br />
}
}
```
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

Expand Down Expand Up @@ -161,7 +160,6 @@ Query the amount of ANC needed to get 10 LUNC via UST <br />
}
}
```
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

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/resources/contract-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down