chains/_data/chains/eip155-4062.json
Jens Ivar Jørdre 4731f6713c
Add Nahmii 3 Testnet and Mainnet (#2368)
* Add Nahmii 3 Testnet and Mainnet

* Update Nahmii 3 Mainnet entry

Set "status" to "incubating". Remove "rpc" and "explorers".

* Add empty "rpc" array

Co-authored-by: ligi <ligi@ligi.de>

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-06 14:08:36 +01:00

34 lines
679 B
JSON

{
"name": "Nahmii 3 Testnet",
"chain": "Nahmii",
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
"faucets": [],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://nahmii.io",
"shortName": "Nahmii3Testnet",
"chainId": 4062,
"networkId": 4062,
"icon": "nahmii",
"explorers": [
{
"name": "Nahmii 3 Testnet Explorer",
"url": "https://explorer.testnet.n3.nahmii.io",
"icon": "nahmii",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-3",
"bridges": [
{
"url": "https://bridge.testnet.n3.nahmii.io"
}
]
}
}