Skip to content

Commit

Permalink
fix: update ITS to latest version, break down pages and improve clari…
Browse files Browse the repository at this point in the history
…ty (#600)

* fix: update create new interchain token steps
* fix: update steps to upgrade existing token
* fix: rewrite how tokens can be moved with TM
* fix: add interchain token deployment example
* fix: add docstring to interchainTransfer example
* fix: update navigation as TS for interchain tokens
* feat: add reference to TM types
* fix: steps to deploy interchain token via the UI
* fix: update steps to create a new interchain token
* fix: update docs for ITS
* fix: update steps to create custom tokens
* fix: update info where ITS is deployed on
---------

Co-authored-by: ffe9f8 <149421156+ffe9f8@users.noreply.github.com>
  • Loading branch information
Olanetsoft and ffe9f8 authored Dec 21, 2023
1 parent 2b0198e commit 1fd05a7
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 165 deletions.
17 changes: 15 additions & 2 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@ export const getNavigation = (section) => {
{ title: "Overview", href: "/dev/send-tokens/overview" },
{
title: "Interchain Tokens",
href: "/dev/send-tokens/interchain-tokens",
},
children: [
{
title: "Introduction",
href: "/dev/send-tokens/interchain-tokens/intro",
},
{
title: "Create Token",
href: "/dev/send-tokens/interchain-tokens/create-token",
},
{
title: "Upgrade Token",
href: "/dev/send-tokens/interchain-tokens/upgrade-tokens",
},
],
}
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dev/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ For GMP Express transactions, the total refund will then be:
**Gas estimated to transfer the refund is usually a bit higher than the actual gas used.

## Interchain Tokens
Under the hood, creating an [Interchain Token](/dev/send-tokens/interchain-tokens) uses `callContract`, so users are responsible for the gas on the source chain to register the token, plus the addition of a `callContract` to each destination chain where the token is being registered.
Under the hood, creating an [Interchain Token](/dev/send-tokens/interchain-tokens/intro) uses `callContract`, so users are responsible for the gas on the source chain to register the token, plus the addition of a `callContract` to each destination chain where the token is being registered.
161 changes: 0 additions & 161 deletions src/pages/dev/send-tokens/interchain-tokens.mdx

This file was deleted.

Loading

1 comment on commit 1fd05a7

@vercel
Copy link

@vercel vercel bot commented on 1fd05a7 Dec 21, 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.