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@acd1287bda 🚀
This commit is contained in:
parent
191fab4733
commit
35e295fe29
File diff suppressed because one or more lines are too long
18
chains/eip155-36.json
Normal file
18
chains/eip155-36.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Dxchain Mainnet",
|
||||
"chain": "Dxchain",
|
||||
"rpc": [
|
||||
"https://www.mainnet.dxchain.com"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Dxchain",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.dxchain.com/",
|
||||
"shortName": "dx",
|
||||
"chainId": 36,
|
||||
"networkId": 36
|
||||
}
|
19
chains/eip155-72.json
Normal file
19
chains/eip155-72.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "DxChain Testnet",
|
||||
"chain": "DxChain",
|
||||
"rpc": [
|
||||
"https://testnet-http.dxchain.com"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dxscan.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "DxChain Testnet",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.dxscan.io/",
|
||||
"shortName": "dxc",
|
||||
"chainId": 72,
|
||||
"networkId": 72
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -453,6 +453,19 @@
|
|||
"rpc": ["https://rpc.tbwg.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tbwg.io"
|
||||
}, {
|
||||
"name": "Dxchain Mainnet",
|
||||
"chainId": 36,
|
||||
"shortName": "dx",
|
||||
"networkId": 36,
|
||||
"nativeCurrency": {
|
||||
"name": "Dxchain",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://www.mainnet.dxchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.dxchain.com/"
|
||||
}, {
|
||||
"name": "Valorbit",
|
||||
"chainId": 38,
|
||||
|
@ -843,6 +856,19 @@
|
|||
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
||||
"faucets": ["https://faucet.confluxnetwork.org"],
|
||||
"infoURL": "https://confluxnetwork.org"
|
||||
}, {
|
||||
"name": "DxChain Testnet",
|
||||
"chainId": 72,
|
||||
"shortName": "dxc",
|
||||
"networkId": 72,
|
||||
"nativeCurrency": {
|
||||
"name": "DxChain Testnet",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-http.dxchain.com"],
|
||||
"faucets": ["https://faucet.dxscan.io"],
|
||||
"infoURL": "https://testnet.dxscan.io/"
|
||||
}, {
|
||||
"name": "IDChain Mainnet",
|
||||
"chainId": 74,
|
||||
|
|
|
@ -608,6 +608,20 @@
|
|||
"shortName": "tbwg",
|
||||
"chainId": 35,
|
||||
"networkId": 35
|
||||
}, {
|
||||
"name": "Dxchain Mainnet",
|
||||
"chain": "Dxchain",
|
||||
"rpc": ["https://www.mainnet.dxchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Dxchain",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.dxchain.com/",
|
||||
"shortName": "dx",
|
||||
"chainId": 36,
|
||||
"networkId": 36
|
||||
}, {
|
||||
"name": "Valorbit",
|
||||
"chain": "VAL",
|
||||
|
@ -1147,6 +1161,20 @@
|
|||
"url": "https://evmtestnet.confluxscan.net",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "DxChain Testnet",
|
||||
"chain": "DxChain",
|
||||
"rpc": ["https://testnet-http.dxchain.com"],
|
||||
"faucets": ["https://faucet.dxscan.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "DxChain Testnet",
|
||||
"symbol": "DX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.dxscan.io/",
|
||||
"shortName": "dxc",
|
||||
"chainId": 72,
|
||||
"networkId": 72
|
||||
}, {
|
||||
"name": "IDChain Mainnet",
|
||||
"chain": "IDChain",
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"GooD": "eip155:33",
|
||||
"dth": "eip155:34",
|
||||
"tbwg": "eip155:35",
|
||||
"dx": "eip155:36",
|
||||
"val": "eip155:38",
|
||||
"Telos EVM": "eip155:40",
|
||||
"Telos EVM Testnet": "eip155:41",
|
||||
|
@ -64,6 +65,7 @@
|
|||
"okov": "eip155:69",
|
||||
"hsc": "eip155:70",
|
||||
"cfxtest": "eip155:71",
|
||||
"dxc": "eip155:72",
|
||||
"idchain": "eip155:74",
|
||||
"mix": "eip155:76",
|
||||
"spoa": "eip155:77",
|
||||
|
|
Loading…
Reference in New Issue
Block a user