chains/_data/chains/eip155-87.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

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"
}
]
}