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@33f123ad0f 🚀
This commit is contained in:
parent
a3023f15f4
commit
0c47dc8838
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user