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@52f9c1d3b6 🚀
This commit is contained in:
parent
221afc71a9
commit
778ed3dd3d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -297,6 +297,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://elaeth.io/"
|
||||
}, {
|
||||
"name": "Dithereum Mainnet",
|
||||
"chainId": 24,
|
||||
"shortName": "dthmainnet",
|
||||
"networkId": 24,
|
||||
"nativeCurrency": {
|
||||
"name": "Dither",
|
||||
"symbol": "DTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://node-mainnet.dithereum.io"],
|
||||
"faucets": ["https://faucet.dithereum.org"],
|
||||
"infoURL": "https://dithereum.org"
|
||||
}, {
|
||||
"name": "Cronos Mainnet Beta",
|
||||
"chainId": 25,
|
||||
|
|
|
@ -390,6 +390,22 @@
|
|||
"shortName": "eladidt",
|
||||
"chainId": 23,
|
||||
"networkId": 23
|
||||
}, {
|
||||
"name": "Dithereum Mainnet",
|
||||
"chain": "DTH",
|
||||
"network": "mainnet",
|
||||
"icon": "dithereum",
|
||||
"rpc": ["https://node-mainnet.dithereum.io"],
|
||||
"faucets": ["https://faucet.dithereum.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "Dither",
|
||||
"symbol": "DTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dithereum.org",
|
||||
"shortName": "dthmainnet",
|
||||
"chainId": 24,
|
||||
"networkId": 24
|
||||
}, {
|
||||
"name": "Cronos Mainnet Beta",
|
||||
"chain": "CRO",
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"elaetht": "eip155:21",
|
||||
"eladid": "eip155:22",
|
||||
"eladidt": "eip155:23",
|
||||
"dthmainnet": "eip155:24",
|
||||
"cro": "eip155:25",
|
||||
"L1test": "eip155:26",
|
||||
"shib": "eip155:27",
|
||||
|
|
Loading…
Reference in New Issue
Block a user