mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "MainnetZ Mainnet",
|
|
"chain": "NetZ",
|
|
"icon": "mainnetz",
|
|
"rpc": ["https://mainnet-rpc.mainnetz.io"],
|
|
"faucets": ["https://faucet.mainnetz.io"],
|
|
"nativeCurrency": {
|
|
"name": "MainnetZ",
|
|
"symbol": "NetZ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://mainnetz.io",
|
|
"shortName": "NetZm",
|
|
"chainId": 2016,
|
|
"networkId": 2016,
|
|
"explorers": [
|
|
{
|
|
"name": "MainnetZ",
|
|
"url": "https://explorer.mainnetz.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|