forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nibiru devnet-3 network (ethereum-lists#5607)
* Add Nibiru devnet-3 network * fix: icon size
- Loading branch information
1 parent
971fa9f
commit 500ad6a
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Nibiru Devnet-3", | ||
"chain": "Nibiru", | ||
"rpc": ["https://evm-rpc.devnet-3.nibiru.fi"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "NIBI", | ||
"symbol": "NIBI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://nibiru.fi", | ||
"shortName": "nibiru", | ||
"chainId": 7222, | ||
"networkId": 7222, | ||
"icon": "nibiru", | ||
"explorers": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW", | ||
"width": 256, | ||
"height": 256, | ||
"format": "png" | ||
} | ||
] |