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@42cfab445a 🚀
This commit is contained in:
parent
bd8de8e9d9
commit
d973cfee13
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -791,6 +791,19 @@
|
|||
"rpc": ["https://kovan.optimism.io/"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=69&address=${ADDRESS}"],
|
||||
"infoURL": "https://optimism.io"
|
||||
}, {
|
||||
"name": "Conflux Testnet",
|
||||
"chainId": 71,
|
||||
"shortName": "cfxtest",
|
||||
"networkId": 71,
|
||||
"nativeCurrency": {
|
||||
"name": "CFX",
|
||||
"symbol": "CFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://confluxnetwork.org"
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chainId": 76,
|
||||
|
@ -1884,7 +1897,7 @@
|
|||
"faucets": [],
|
||||
"infoURL": "https://bittorrentchain.io/"
|
||||
}, {
|
||||
"name": "Conflux",
|
||||
"name": "Conflux Mainnet",
|
||||
"chainId": 1030,
|
||||
"shortName": "cfx",
|
||||
"networkId": 1030,
|
||||
|
@ -1893,7 +1906,7 @@
|
|||
"symbol": "CFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://ethcore.confluxrpc.com"],
|
||||
"rpc": ["https://evm.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://confluxnetwork.org"
|
||||
}, {
|
||||
|
|
|
@ -1045,6 +1045,27 @@
|
|||
"shortName": "okov",
|
||||
"chainId": 69,
|
||||
"networkId": 69
|
||||
}, {
|
||||
"name": "Conflux Testnet",
|
||||
"chain": "Conflux",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CFX",
|
||||
"symbol": "CFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://confluxnetwork.org",
|
||||
"shortName": "cfxtest",
|
||||
"chainId": 71,
|
||||
"networkId": 71,
|
||||
"icon": "conflux",
|
||||
"explorers": [{
|
||||
"name": "Conflux Scan",
|
||||
"url": "https://evmtestnet.confluxscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chain": "MIX",
|
||||
|
@ -2461,9 +2482,9 @@
|
|||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Conflux",
|
||||
"name": "Conflux Mainnet",
|
||||
"chain": "Conflux",
|
||||
"rpc": ["https://ethcore.confluxrpc.com"],
|
||||
"rpc": ["https://evm.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CFX",
|
||||
|
@ -2474,9 +2495,10 @@
|
|||
"shortName": "cfx",
|
||||
"chainId": 1030,
|
||||
"networkId": 1030,
|
||||
"icon": "conflux",
|
||||
"explorers": [{
|
||||
"name": "Conflux Scan",
|
||||
"url": "https://confluxscan.io",
|
||||
"url": "https://evm.confluxscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"dbm": "eip155:67",
|
||||
"SO1": "eip155:68",
|
||||
"okov": "eip155:69",
|
||||
"cfxtest": "eip155:71",
|
||||
"mix": "eip155:76",
|
||||
"spoa": "eip155:77",
|
||||
"primuschain": "eip155:78",
|
||||
|
|
Loading…
Reference in New Issue
Block a user