Deploying to gh-pages from @ ethereum-lists/chains@4dd19dab86 🚀

This commit is contained in:
ligi 2022-02-04 14:38:07 +00:00
parent a53480a84d
commit 2bbb2cd92d
5 changed files with 38 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

@ -804,6 +804,19 @@
"rpc": ["https://evmtestnet.confluxrpc.com"], "rpc": ["https://evmtestnet.confluxrpc.com"],
"faucets": [], "faucets": [],
"infoURL": "https://confluxnetwork.org" "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", "name": "Mix",
"chainId": 76, "chainId": 76,

View File

@ -1072,6 +1072,28 @@
"url": "https://evmtestnet.confluxscan.io", "url": "https://evmtestnet.confluxscan.io",
"standard": "none" "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", "name": "Mix",
"chain": "MIX", "chain": "MIX",

View File

@ -61,6 +61,7 @@
"SO1": "eip155:68", "SO1": "eip155:68",
"okov": "eip155:69", "okov": "eip155:69",
"cfxtest": "eip155:71", "cfxtest": "eip155:71",
"idchain": "eip155:74",
"mix": "eip155:76", "mix": "eip155:76",
"spoa": "eip155:77", "spoa": "eip155:77",
"primuschain": "eip155:78", "primuschain": "eip155:78",