mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
496 B
JSON
25 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"
|
|
}]
|
|
}
|