Skip to content

Commit

Permalink
remove unused assets from testnet, mainnet bridging typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Jan 17, 2025
1 parent c7c65cc commit c319812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/flame/flame-mainnet-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Your settings should be the following:
| Supported Asset | `milkTIA` |
| `osmosis` -> `astria` | `{{config.flame.mainnet.bridging.ibc_osmosis_to_astria}}` |
| `astria` -> `osmosis` | `{{config.flame.mainnet.bridging.ibc_astria_to_osmosis}}` |
| Astria Sequencer USDC Bridge Address | `{{config.flame.mainnet.bridging.sequencer_milktia_address}}` |
| Astria Sequencer milkTIA Bridge Address | `{{config.flame.mainnet.bridging.flame_milktia_address}}` |
| Astria Sequencer milkTIA Bridge Address | `{{config.flame.mainnet.bridging.sequencer_milktia_address}}` |
| Flame milkTIA Withdrawal Address | `{{config.flame.mainnet.bridging.flame_milktia_address}}` |

### Stride (IBC)

Expand All @@ -79,8 +79,8 @@ Your settings should be the following:
| Supported Asset | `stTIA` |
| `stride` -> `astria` | `{{config.flame.mainnet.bridging.ibc_stride_to_astria}}` |
| `astria` -> `stride` | `{{config.flame.mainnet.bridging.ibc_astria_to_stride}}` |
| Astria Sequencer USDC Bridge Address | `{{config.flame.mainnet.bridging.sequencer_sttia_address}}` |
| Flame USDC Withdrawal Address| `{{config.flame.mainnet.bridging.flame_sttia_address}}` |
| Astria Sequencer stTIA Bridge Address | `{{config.flame.mainnet.bridging.sequencer_sttia_address}}` |
| Flame stTIA Withdrawal Address| `{{config.flame.mainnet.bridging.flame_sttia_address}}` |

## Uniswap V3

Expand Down
16 changes: 0 additions & 16 deletions docs/flame/flame-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,6 @@ Your settings should be the following:
| Astria Sequencer USDC Bridge Address | `{{config.flame.dawn.bridging.sequencer_grand_address}}` |
| Flame USDC Withdrawal Address| `{{config.flame.dawn.bridging.flame_usdc_address}}` |

### Osmosis (IBC)

| Property | Value |
|-----|-----|
| Supported Asset | `milkTIA` |
| `osmosis` -> `astria` | `{{config.flame.dawn.bridging.ibc_osmosis_to_dawn}}` |
| `astria` -> `osmosis` | `{{config.flame.dawn.bridging.ibc_dawn_to_osmosis}}` |

### Stride (IBC)

| Property | Value |
|-----|-----|
| Supported Asset | `stTIA` |
| `stride` -> `astria` | `{{config.flame.dawn.bridging.ibc_stride_to_dawn}}` |
| `astria` -> `stride` | `{{config.flame.dawn.bridging.ibc_dawn_to_stride}}` |

## Uniswap V3

| Name | Address |
Expand Down

0 comments on commit c319812

Please sign in to comment.