chains/_data/chains/eip155-96.json
Christiaan van Steenbergen bd6d31659c
Adding NEXT Smart Chain (#557)
Co-authored-by: Christiaan van Steenbergen <cvsteenbergen@me.com>
2021-11-11 16:07:40 +01:00

26 lines
520 B
JSON

{
"name": "NEXT Smart Chain",
"chain": "NSC",
"network": "mainnet",
"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"
}]
}