chains/_data/chains/eip155-96.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

23 lines
496 B
JSON

{
"name": "NEXT Smart Chain",
"chain": "NSC",
"rpc": ["https://rpc.nextsmartchain.com"],
"faucets": ["https://faucet.nextsmartchain.com"],
"nativeCurrency": {
"name": "NEXT",
"symbol": "NEXT",
"decimals": 18
},
"infoURL": "https://www.nextsmartchain.com/",
"shortName": "nsc",
"chainId": 96,
"networkId": 96,
"explorers": [
{
"name": "Next Smart Chain Explorer",
"url": "https://explorer.nextsmartchain.com",
"standard": "none"
}
]
}