Skip to content

Commit

Permalink
Add Nibiru devnet-3 network (ethereum-lists#5607)
Browse files Browse the repository at this point in the history
* Add Nibiru devnet-3 network

* fix: icon size
  • Loading branch information
onikonychev authored Aug 13, 2024
1 parent 971fa9f commit 500ad6a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _data/chains/eip155-7222.json
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": []
}
8 changes: 8 additions & 0 deletions _data/icons/nibiru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW",
"width": 256,
"height": 256,
"format": "png"
}
]

0 comments on commit 500ad6a

Please sign in to comment.