Deploying to gh-pages from @ ethereum-lists/chains@bd6d31659c 🚀

This commit is contained in:
ligi 2021-11-11 15:09:41 +00:00
parent d4e1a24467
commit b141810c50
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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",