mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add HTTPS RPCs and Explorer Added secure RPCs and Explorer. * Added comma * Rebranding native prior launch Rebranding native currency
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"name": "Nova Network",
|
|
"chain": "NNW",
|
|
"icon": "novanetwork",
|
|
"rpc": [
|
|
"https://rpc.novanetwork.io:9070",
|
|
"http://nova.genyrpc.info:8545"
|
|
],
|
|
"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"
|
|
}]
|
|
}
|