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@3e446a8b74 🚀
This commit is contained in:
parent
3f595e2d92
commit
ae19c528f1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1831,6 +1831,19 @@
|
||||||
"rpc": ["https://testrpc.bittorrentchain.io/"],
|
"rpc": ["https://testrpc.bittorrentchain.io/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://bittorrentchain.io/"
|
"infoURL": "https://bittorrentchain.io/"
|
||||||
|
}, {
|
||||||
|
"name": "Conflux",
|
||||||
|
"chainId": 1030,
|
||||||
|
"shortName": "cfx",
|
||||||
|
"networkId": 1030,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "CFX",
|
||||||
|
"symbol": "CFX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://ethcore.confluxrpc.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://confluxnetwork.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Metis Andromeda Mainnet",
|
"name": "Metis Andromeda Mainnet",
|
||||||
"chainId": 1088,
|
"chainId": 1088,
|
||||||
|
|
|
@ -2503,6 +2503,26 @@
|
||||||
"url": "https://testscan.bittorrentchain.io/",
|
"url": "https://testscan.bittorrentchain.io/",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Conflux",
|
||||||
|
"chain": "Conflux",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://ethcore.confluxrpc.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "CFX",
|
||||||
|
"symbol": "CFX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://confluxnetwork.org",
|
||||||
|
"shortName": "cfx",
|
||||||
|
"chainId": 1030,
|
||||||
|
"networkId": 1030,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Conflux Scan",
|
||||||
|
"url": "https://confluxscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Metis Andromeda Mainnet",
|
"name": "Metis Andromeda Mainnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"tclv": "eip155:1023",
|
"tclv": "eip155:1023",
|
||||||
"clv": "eip155:1024",
|
"clv": "eip155:1024",
|
||||||
"tbtt": "eip155:1028",
|
"tbtt": "eip155:1028",
|
||||||
|
"cfx": "eip155:1030",
|
||||||
"metis-andromeda": "eip155:1088",
|
"metis-andromeda": "eip155:1088",
|
||||||
"MATH": "eip155:1139",
|
"MATH": "eip155:1139",
|
||||||
"tMATH": "eip155:1140",
|
"tMATH": "eip155:1140",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user