mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
4731f6713c
* 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>
34 lines
679 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|