Deploying to gh-pages from @ ethereum-lists/chains@52f9c1d3b6 🚀

This commit is contained in:
ligi 2021-12-26 17:22:32 +00:00
parent 221afc71a9
commit 778ed3dd3d
5 changed files with 32 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

@ -297,6 +297,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://elaeth.io/" "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", "name": "Cronos Mainnet Beta",
"chainId": 25, "chainId": 25,

View File

@ -390,6 +390,22 @@
"shortName": "eladidt", "shortName": "eladidt",
"chainId": 23, "chainId": 23,
"networkId": 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", "name": "Cronos Mainnet Beta",
"chain": "CRO", "chain": "CRO",

View File

@ -22,6 +22,7 @@
"elaetht": "eip155:21", "elaetht": "eip155:21",
"eladid": "eip155:22", "eladid": "eip155:22",
"eladidt": "eip155:23", "eladidt": "eip155:23",
"dthmainnet": "eip155:24",
"cro": "eip155:25", "cro": "eip155:25",
"L1test": "eip155:26", "L1test": "eip155:26",
"shib": "eip155:27", "shib": "eip155:27",