mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding NEXT Smart Chain (#557)
Co-authored-by: Christiaan van Steenbergen <cvsteenbergen@me.com>
This commit is contained in:
parent
c51df25fbf
commit
bd6d31659c
25
_data/chains/eip155-96.json
Normal file
25
_data/chains/eip155-96.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user