Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dTIA bridging docs #111

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 4 additions & 0 deletions docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ export const siteConfig = {
ibc_astria_to_osmosis: "channel-2",
ibc_stride_to_astria: "channel-285",
ibc_astria_to_stride: "channel-3",
ibc_neutron_to_astria: "channel-6236",
ibc_astria_to_neutron: "channel-4",
sequencer_celestia_address: "astria13vptdafyttpmlwppt0s844efey2cpc0mevy92p",
sequencer_noble_address: "astria1eg8hhey0n4untdvqqdvlyl0e7zx8wfca48kglh",
sequencer_milktia_address: "astria1kgxhyhvynhcwwrylkzzx6q3a8rn3tuvasxvuy8",
sequencer_sttia_address: "astria1dllx9d9karss9ca8le25a4vqhf67a67d5d4l6r",
sequencer_dtia_address: "astria15juwcclg07xs38757q257evltequawcejzzs4l",
flame_tia_address: "0xB086557f9B5F6fAe5081CC5850BE94e62B1dDE57",
flame_usdc_address: "0x3f65144F387f6545bF4B19a1B39C94231E1c849F",
flame_milktia_address: "0xcbb93e854AA4EF5Db51c3b094F28952eF0dC67bE",
flame_sttia_address: "0xdf941D092b10FF07eAb44bD174dEe915c13FECcd",
flame_dtia_address: "0x1E3b0f82d049379FEd8C0b67D915Ea925067e5f2",
},
},
dawn: {
Expand Down
10 changes: 10 additions & 0 deletions docs/flame/flame-mainnet-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ Your settings should be the following:
| Astria Sequencer stTIA Bridge Address | `{{config.flame.mainnet.bridging.sequencer_sttia_address}}` |
| Flame stTIA Withdrawal Address| `{{config.flame.mainnet.bridging.flame_sttia_address}}` |

### Neutron (IBC)

| Property | Value |
|-----|-----|
| Supported Asset | `dTIA` |
| `neutron` -> `astria` | `{{config.flame.mainnet.bridging.ibc_neutron_to_astria}}` |
| `astria` -> `neutron` | `{{config.flame.mainnet.bridging.ibc_astria_to_neutron}}` |
| Astria Sequencer dTIA Bridge Address | `{{config.flame.mainnet.bridging.sequencer_dtia_address}}` |
| Flame dTIA Withdrawal Address| `{{config.flame.mainnet.bridging.flame_dtia_address}}` |

## Uniswap V3

| Name | Address |
Expand Down
Loading