mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
531 B
JSON
26 lines
531 B
JSON
{
|
|
"name": "Nova Network",
|
|
"chain": "NNW",
|
|
"icon": "novanetwork",
|
|
"rpc": [
|
|
"https://connect.novanetwork.io",
|
|
"https://0x57.redjackstudio.com",
|
|
"https://rpc.novanetwork.io:9070"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Supernova",
|
|
"symbol": "SNT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://novanetwork.io",
|
|
"shortName": "nnw",
|
|
"chainId": 87,
|
|
"networkId": 87,
|
|
"explorers": [{
|
|
"name": "novanetwork",
|
|
"url": "https://explorer.novanetwork.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|