mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
32 lines
632 B
JSON
32 lines
632 B
JSON
{
|
|
"name": "Nahmii Testnet",
|
|
"chain": "Nahmii",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://l2.testnet.nahmii.io"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://nahmii.io",
|
|
"shortName": "Nahmii testnet",
|
|
"chainId": 5553,
|
|
"networkId": 5553,
|
|
"icon": "nahmii",
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://explorer.testnet.nahmii.io",
|
|
"icon": "nahmii",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"parent": {
|
|
"type" : "L2",
|
|
"chain": "eip155-3",
|
|
"bridges": [{
|
|
"url":"https://bridge.nahmii.io"
|
|
}]
|
|
}
|
|
} |