mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
28 lines
547 B
JSON
28 lines
547 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"
|
|
}
|
|
]
|
|
}
|