Skip to content

Commit

Permalink
feat: onboard dymension testnet (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Jan 25, 2024
1 parent 5a51fdd commit 9b632af
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/images/chains/dymension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data/cosmos_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
"network_id": "celestia",
"image": "/images/chains/celestia.svg"
},
{
"id": "dymension",
"name": "Dymension",
"network_id": "dymension",
"image": "/images/chains/dymension.svg"
},
{
"id": "elys",
"name": "Elys",
Expand Down
10 changes: 10 additions & 0 deletions src/data/ibc_channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,16 @@
"to": "celestia",
"channel_id": "channel-341"
},
{
"from": "dymension",
"to": "axelarnet",
"channel_id": "channel-0"
},
{
"from": "axelarnet",
"to": "dymension",
"channel_id": "channel-400"
},
{
"from": "elys",
"to": "axelarnet",
Expand Down
51 changes: 51 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -11259,6 +11259,57 @@
"is_native": false,
"address": "ibc/C3467FC3FEF4285B822DC1915E1C13FA6CE7817D4747663E83D2E6F9936CC1F2"
}
},
"dymension": {
"uausdc": {
"symbol": "aUSDC",
"decimals": 6,
"name": "USD coin",
"is_native": false,
"address": "ibc/5BDD47E9E73BF91C14497E254F0A751F1A7D3A6084343F66EA7CEE834A384651"
},
"eth-wei": {
"symbol": "axlWETH",
"decimals": 18,
"name": "Wrapped Ether",
"is_native": false,
"address": "ibc/B8FEE8FE30746C96641E48F94053D5D0BE99CCB5B98C58A0239B70F082E713EA"
},
"wmatic-wei": {
"symbol": "WMATIC",
"decimals": 18,
"name": "Wrapped Matic",
"is_native": false,
"address": "ibc/8BCD6BB5E8AD820584B798724B16398C413D7B7C475E1B676DEC223FCD32F7E5"
},
"wavax-wei": {
"symbol": "WAVAX",
"decimals": 18,
"name": "Wrapped AVAX",
"is_native": false,
"address": "ibc/6771714762A6F8F541DE7C461F09C68F310621315FA70C70799F66A0DE6B95D2"
},
"wftm-wei": {
"symbol": "WFTM",
"decimals": 18,
"name": "Wrapped FTM",
"is_native": false,
"address": "ibc/9B50579E4AE3CF7B1705F04A4C715EE4E859F03620F0DE560C67CBB9B9A239A2"
},
"wbnb-wei": {
"symbol": "WBNB",
"decimals": 18,
"name": "Wrapped BNB",
"is_native": false,
"address": "ibc/FEC1C247382FE8A2E67AC699D8AADC01AD1DE04A860D85A2C68BF5BFCB7D8468"
},
"wdev-wei": {
"symbol": "WDEV",
"decimals": 18,
"name": "Wrapped DEV",
"is_native": false,
"address": "ibc/9790D25467E96C073CC3701C5BF9B74009955604859C7A31C6EE2F673EF67A3C"
}
}
},
"stagenet": {
Expand Down

1 comment on commit 9b632af

@vercel
Copy link

@vercel vercel bot commented on 9b632af Jan 25, 2024

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.