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@4dd19dab86 🚀
This commit is contained in:
parent
a53480a84d
commit
2bbb2cd92d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -804,6 +804,19 @@
|
|||
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://confluxnetwork.org"
|
||||
}, {
|
||||
"name": "IDChain Mainnet",
|
||||
"chainId": 74,
|
||||
"shortName": "idchain",
|
||||
"networkId": 74,
|
||||
"nativeCurrency": {
|
||||
"name": "EIDI",
|
||||
"symbol": "EIDI",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://idchain.one/rpc/", "wss://idchain.one/ws/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://idchain.one/begin/"
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chainId": 76,
|
||||
|
|
|
@ -1072,6 +1072,28 @@
|
|||
"url": "https://evmtestnet.confluxscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "IDChain Mainnet",
|
||||
"chain": "IDChain",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://idchain.one/rpc/", "wss://idchain.one/ws/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "EIDI",
|
||||
"symbol": "EIDI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://idchain.one/begin/",
|
||||
"shortName": "idchain",
|
||||
"chainId": 74,
|
||||
"networkId": 74,
|
||||
"icon": "idchain",
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.idchain.one",
|
||||
"icon": "etherscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chain": "MIX",
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"SO1": "eip155:68",
|
||||
"okov": "eip155:69",
|
||||
"cfxtest": "eip155:71",
|
||||
"idchain": "eip155:74",
|
||||
"mix": "eip155:76",
|
||||
"spoa": "eip155:77",
|
||||
"primuschain": "eip155:78",
|
||||
|
|
Loading…
Reference in New Issue
Block a user