Adding NEXT Smart Chain (#557)

Co-authored-by: Christiaan van Steenbergen <cvsteenbergen@me.com>
This commit is contained in:
Christiaan van Steenbergen 2021-11-11 16:07:40 +01:00 committed by GitHub
parent c51df25fbf
commit bd6d31659c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"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"
}]
}