mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create dithereum.json * Create eip155-34.json * Create ditherscan.json * added standard in explorer for dithereum testnet * removed explorer details for now. * Update _data/icons/dithereum.json * Update _data/icons/dithereum.json * Update _data/chains/eip155-34.json * Update _data/chains/eip155-34.json * changed RPC URL Co-authored-by: ligi <ligi@ligi.de>
22 lines
392 B
JSON
22 lines
392 B
JSON
{
|
|
"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
|
|
}
|