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@9e07221635 🚀
This commit is contained in:
parent
c6b15d38fd
commit
caca197d41
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -414,6 +414,19 @@
|
||||||
"rpc": ["https://rpc.goodata.io"],
|
"rpc": ["https://rpc.goodata.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.goodata.org"
|
"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",
|
"name": "TBWG Chain",
|
||||||
"chainId": 35,
|
"chainId": 35,
|
||||||
|
|
|
@ -563,6 +563,22 @@
|
||||||
"shortName": "GooD",
|
"shortName": "GooD",
|
||||||
"chainId": 33,
|
"chainId": 33,
|
||||||
"networkId": 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",
|
"name": "TBWG Chain",
|
||||||
"chain": "TBWG",
|
"chain": "TBWG",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"trsk": "eip155:31",
|
"trsk": "eip155:31",
|
||||||
"GooDT": "eip155:32",
|
"GooDT": "eip155:32",
|
||||||
"GooD": "eip155:33",
|
"GooD": "eip155:33",
|
||||||
|
"dth": "eip155:34",
|
||||||
"tbwg": "eip155:35",
|
"tbwg": "eip155:35",
|
||||||
"val": "eip155:38",
|
"val": "eip155:38",
|
||||||
"Telos EVM": "eip155:40",
|
"Telos EVM": "eip155:40",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user