Skip to content

Commit

Permalink
fix typo (#96)
Browse files Browse the repository at this point in the history
## Description

The mainnet-alpha networks docs page
([link](https://docs.astria.org/networks/mainnet-alpha#osmosis-ibc))
incorrectly lists a Sequencer USDC address under Osmosis when it should
list a Sequencer milkTIA address.
  • Loading branch information
jbowen93 authored Dec 12, 2024
1 parent 04d6516 commit b165043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/networks/mainnet-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const mainnet_ibc = siteConfig.flame.mainnet.bridging
| Supported Asset | `milkTIA` |
| `osmosis` -> `astria` | `{{mainnet_ibc.ibc_osmosis_to_astria}}` |
| `astria` -> `osmosis` | `{{mainnet_ibc.ibc_astria_to_osmosis}}` |
| Astria Sequencer USDC Bridge Address | `{{mainnet_ibc.sequencer_milktia_address}}` |
| Astria Sequencer milkTIA Bridge Address | `{{mainnet_ibc.sequencer_milktia_address}}` |

### Stride (IBC)

Expand Down

0 comments on commit b165043

Please sign in to comment.