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