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

This commit is contained in:
ligi 2021-12-09 21:40:14 +00:00
parent a3023f15f4
commit 0c47dc8838
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

@ -583,6 +583,19 @@
"rpc": ["https://bsc-dataseed1.binance.org", "https://bsc-dataseed2.binance.org", "https://bsc-dataseed3.binance.org", "https://bsc-dataseed4.binance.org", "https://bsc-dataseed1.defibit.io", "https://bsc-dataseed2.defibit.io", "https://bsc-dataseed3.defibit.io", "https://bsc-dataseed4.defibit.io", "https://bsc-dataseed1.ninicoin.io", "https://bsc-dataseed2.ninicoin.io", "https://bsc-dataseed3.ninicoin.io", "https://bsc-dataseed4.ninicoin.io", "wss://bsc-ws-node.nariox.org"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"infoURL": "https://www.binance.org"
}, {
"name": "Syscoin Mainnet",
"chainId": 57,
"shortName": "sys",
"networkId": 57,
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"],
"faucets": ["https://faucet.syscoin.org"],
"infoURL": "https://www.syscoin.org"
}, {
"name": "Ontology Mainnet",
"chainId": 58,

View File

@ -785,6 +785,26 @@
"url": "https://bscscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Syscoin Mainnet",
"chain": "SYS",
"network": "mainnet",
"rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"],
"faucets": ["https://faucet.syscoin.org"],
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"infoURL": "https://www.syscoin.org",
"shortName": "sys",
"chainId": 57,
"networkId": 57,
"explorers": [{
"name": "Syscoin Block Explorer",
"url": "https://explorer.syscoin.org",
"standard": "EIP3091"
}]
}, {
"name": "Ontology Mainnet",
"chain": "Ontology",

View File

@ -44,6 +44,7 @@
"tcet": "eip155:53",
"ZYX": "eip155:55",
"bnb": "eip155:56",
"sys": "eip155:57",
"Ontology Mainnet": "eip155:58",
"EOS Mainnet": "eip155:59",
"go": "eip155:60",