Deploying to gh-pages from @ ethereum-lists/chains@9e07221635 🚀

This commit is contained in:
ligi 2021-12-18 11:58:41 +00:00
parent c6b15d38fd
commit caca197d41
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

@ -414,6 +414,19 @@
"rpc": ["https://rpc.goodata.io"],
"faucets": [],
"infoURL": "https://www.goodata.org"
}, {
"name": "Dithereum Testnet",
"chainId": 34,
"shortName": "dth",
"networkId": 34,
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"decimals": 18
},
"rpc": ["https://node-testnet.dithereum.io"],
"faucets": ["https://faucet.dithereum.org"],
"infoURL": "https://dithereum.org"
}, {
"name": "TBWG Chain",
"chainId": 35,

View File

@ -563,6 +563,22 @@
"shortName": "GooD",
"chainId": 33,
"networkId": 33
}, {
"name": "Dithereum Testnet",
"chain": "DTH",
"network": "testnet",
"icon": "dithereum",
"rpc": ["https://node-testnet.dithereum.io"],
"faucets": ["https://faucet.dithereum.org"],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dth",
"chainId": 34,
"networkId": 34
}, {
"name": "TBWG Chain",
"chain": "TBWG",

View File

@ -31,6 +31,7 @@
"trsk": "eip155:31",
"GooDT": "eip155:32",
"GooD": "eip155:33",
"dth": "eip155:34",
"tbwg": "eip155:35",
"val": "eip155:38",
"Telos EVM": "eip155:40",