mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@bd6d31659c 🚀
This commit is contained in:
parent
d4e1a24467
commit
b141810c50
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -843,6 +843,19 @@
|
||||||
"rpc": ["https://kylin.eosargentina.io"],
|
"rpc": ["https://kylin.eosargentina.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.cryptokylin.io/"
|
"infoURL": "https://www.cryptokylin.io/"
|
||||||
|
}, {
|
||||||
|
"name": "NEXT Smart Chain",
|
||||||
|
"chainId": 96,
|
||||||
|
"shortName": "nsc",
|
||||||
|
"networkId": 96,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "NEXT",
|
||||||
|
"symbol": "NEXT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.nextsmartchain.com"],
|
||||||
|
"faucets": ["https://faucet.nextsmartchain.com"],
|
||||||
|
"infoURL": "https://www.nextsmartchain.com/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Binance Smart Chain Testnet",
|
"name": "Binance Smart Chain Testnet",
|
||||||
"chainId": 97,
|
"chainId": 97,
|
||||||
|
|
|
@ -1135,6 +1135,26 @@
|
||||||
"url": "https://kylin.eosargentina.io",
|
"url": "https://kylin.eosargentina.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Binance Smart Chain Testnet",
|
"name": "Binance Smart Chain Testnet",
|
||||||
"chain": "BSC",
|
"chain": "BSC",
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
"gt": "eip155:86",
|
"gt": "eip155:86",
|
||||||
"tomo": "eip155:88",
|
"tomo": "eip155:88",
|
||||||
"Kylin Testnet": "eip155:95",
|
"Kylin Testnet": "eip155:95",
|
||||||
|
"nsc": "eip155:96",
|
||||||
"bnbt": "eip155:97",
|
"bnbt": "eip155:97",
|
||||||
"skl": "eip155:99",
|
"skl": "eip155:99",
|
||||||
"xdai": "eip155:100",
|
"xdai": "eip155:100",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user