From 9b61871f97b58d57f07ce8172fbf2906b3f812e9 Mon Sep 17 00:00:00 2001 From: evanorti Date: Fri, 17 Nov 2023 15:09:25 -0500 Subject: [PATCH 1/3] Create ibc.mdx --- docs/learn/ibc.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/learn/ibc.mdx diff --git a/docs/learn/ibc.mdx b/docs/learn/ibc.mdx new file mode 100644 index 000000000..491d2e69f --- /dev/null +++ b/docs/learn/ibc.mdx @@ -0,0 +1,22 @@ +# Common IBC assets + +Below is a table of pools, addresses, source chains, and common bridge options for high-liquidity IBC assets on Terra. + + + +| Pool | Source Chain | Source Contract Address | Bridged via | Denom Address | Terra Address | +| ------------------ | ------------ | ------------------------------------------ | -------------------------------------------------- | ------------- | -------------------------------------------------------------------- | +| WBTC (from Axelar) | Ethereum | 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599 | [Squid (Axelar)](https://app.squidrouter.com/) | wbtc-satoshi | ibc/05D299885B07905B6886F554B39346EA6761246076A1120B1950049B92B922DD | +| USDC (From Axelar) | Ethereum | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | [Squid (Axelar)](https://app.squidrouter.com/) | uusdc | ibc/B3504E092456BA618CC28AC671A71FB08C6CA0FD0BE7C8A5B5A3E2DD933CC9E4 | +| wETH (From Axelar) | Ethereum | N.A. | [Satellite (Axelar)](https://satellite.money/) | weth-wei | ibc/BC8A77AFBD872FDC32A348D3FB10CC09277C266CFE52081DE341C7EC6752E674 | +| MKR | Ethereum | 0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2 | [Satellite (Axelar)](https://satellite.money/) | mkr-wei | ibc/EF21BC562B7EB4D22BBF467D011E3118B7E3AD6D095000A672A9FCECA5ABCF15 | +| MATIC | Polygon | N.A. | [Satellite (Axelar)](https://satellite.money/) | wmatic-wei | ibc/14E4FD1AB72DE9BF1D6725CBA18373C406CB9A7DA17955299F3F4DC5C6131A4E | +| ARB | Arbitrum | 0x912ce59144191c1204e64559fe8253a0e49e6548 | [Satellite (Axelar)](https://satellite.money/) | arb-wei | ibc/0A31B4B46B4C5F10ED3EF4BFBD1453CE96A270D168FC672436ABCA2DB4CC1401 | +| TON | Ethereum | 0x582d872a1b094fc48f5de31d3b73f2d9be47def1 | [Portal by Wormhole](https://www.portalbridge.com/#/transfer) | N.A | terra1vkf48nr8z84xkg6535qqx9pw0se9hjha9dallv2xpfngn776ksyq0gr7e2 | +| SOL | Solana | N.A | [Portal by Wormhole](https://www.portalbridge.com/#/transfer) | N.A | terra1ctelwayk6t2zu30a8v9kdg3u2gr0slpjdfny5pjp7m3tuquk32ysugyjdg | +| DOGE | BSC | 0xbA2aE424d960c26247Dd6c32edC70B295c744C43 | [Portal by Wormhole](https://www.portalbridge.com/#/transfer) | N.A | terra1z2cn5r7p7sezmq5ttwrutvqnczqa9244syd4w2uu2tvjarv68dqqlwx48v | +| BNB | BSC | N.A | [Portal by Wormhole](https://www.portalbridge.com/#/transfer) | N.A | terra1xc7ynquupyfcn43sye5pfmnlzjcw2ck9keh0l2w2a4rhjnkp64uq4pr388 | + +## Bridging back to a source chain + +To bridge an asset back to its source chain, visit the bridge that was used to bring the asset to Terra listed in the table above. In the bridge ui, input Terra as the "From" chain. For the "To" chain, input the asset's source chain. \ No newline at end of file From b3711bb26b8f378f13db17ea084b468d653814dd Mon Sep 17 00:00:00 2001 From: evanorti Date: Fri, 17 Nov 2023 15:09:27 -0500 Subject: [PATCH 2/3] Update sidebars.js --- sidebars.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sidebars.js b/sidebars.js index 73fa70000..77f740b16 100644 --- a/sidebars.js +++ b/sidebars.js @@ -48,7 +48,9 @@ const sidebars = { 'learn/fees', 'learn/glossary', 'learn/vesting-contract', + 'learn/ibc', 'learn/assets', + ], }, { From 6c3b758fd7acd89f4e5e1a3421962b465ed4682c Mon Sep 17 00:00:00 2001 From: evanorti Date: Tue, 28 Nov 2023 10:22:00 -0500 Subject: [PATCH 3/3] Update ibc.mdx --- docs/learn/ibc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/ibc.mdx b/docs/learn/ibc.mdx index 491d2e69f..90f474ccc 100644 --- a/docs/learn/ibc.mdx +++ b/docs/learn/ibc.mdx @@ -1,6 +1,6 @@ # Common IBC assets -Below is a table of pools, addresses, source chains, and common bridge options for high-liquidity IBC assets on Terra. +Below is a table of pools, addresses, source chains, and common bridge options for IBC assets on Terra.