Skip to content

Commit

Permalink
feat: add nibiru testnet (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Jan 25, 2024
1 parent 9b632af commit f43ae33
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/images/chains/nibiru.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 @@ -296,6 +296,12 @@
"network_id": "neutron",
"image": "/images/chains/neutron.svg"
},
{
"id": "nibiru",
"name": "Nibiru",
"network_id": "nibiru",
"image": "/images/chains/nibiru.svg"
},
{
"id": "odin",
"name": "Odin",
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 @@ -472,6 +472,16 @@
"to": "neutron",
"channel_id": "channel-237"
},
{
"from": "nibiru",
"to": "axelarnet",
"channel_id": "channel-1"
},
{
"from": "axelarnet",
"to": "nibiru",
"channel_id": "channel-382"
},
{
"from": "odin",
"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 @@ -11310,6 +11310,57 @@
"is_native": false,
"address": "ibc/9790D25467E96C073CC3701C5BF9B74009955604859C7A31C6EE2F673EF67A3C"
}
},
"nibiru": {
"uausdc": {
"symbol": "aUSDC",
"decimals": 6,
"name": "USD coin",
"is_native": false,
"address": "ibc/4BDF2D63B8FFE3454AF30E9BC10D2D7979BD3A938D989889ABC94FC5B86F1E2D"
},
"eth-wei": {
"symbol": "axlWETH",
"decimals": 18,
"name": "Wrapped Ether",
"is_native": false,
"address": "ibc/13F73121EEA6CAA0DF51B06F64C39FD55EF394C64223881569DFA5628FA1288D"
},
"wmatic-wei": {
"symbol": "WMATIC",
"decimals": 18,
"name": "Wrapped Matic",
"is_native": false,
"address": "ibc/7BFC5893BCCC6C9A4B173BC1183D2706141CBF71679EA6BDCE15E679CEC05183"
},
"wavax-wei": {
"symbol": "WAVAX",
"decimals": 18,
"name": "Wrapped AVAX",
"is_native": false,
"address": "ibc/78D5DAB545549A930F5DB22CFA7C821ACE8EF55DCF787BED93A56D04CC7477F5"
},
"wftm-wei": {
"symbol": "WFTM",
"decimals": 18,
"name": "Wrapped FTM",
"is_native": false,
"address": "ibc/301A96A9BB897EF914BA74534EE1D75417753A0E113F2F766838274057290B79"
},
"wbnb-wei": {
"symbol": "WBNB",
"decimals": 18,
"name": "Wrapped BNB",
"is_native": false,
"address": "ibc/52F7DAC8D338E4D7388D02EBD6E522B86EBB62A48C6732C2651423A9E79377DE"
},
"wdev-wei": {
"symbol": "WDEV",
"decimals": 18,
"name": "Wrapped DEV",
"is_native": false,
"address": "ibc/6A4043BCBD3FB6E9D86A14F6A018C33CD4E05990E977729CC1946395B2972B11"
}
}
},
"stagenet": {
Expand Down

1 comment on commit f43ae33

@vercel
Copy link

@vercel vercel bot commented on f43ae33 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.