diff --git a/_data/chains/eip155-34.json b/_data/chains/eip155-34.json new file mode 100644 index 00000000..e8f97d89 --- /dev/null +++ b/_data/chains/eip155-34.json @@ -0,0 +1,26 @@ +{ + "name": "Dithereum Testnet", + "chain": "DTH", + "network": "testnet", + "icon": "dithereum", + "rpc": [ + "https://node-testnet.dithereum.org" + ], + "faucets": [ + "https://faucet.dithereum.org" + ], + "nativeCurrency": { + "name": "Dither", + "symbol": "DTH", + "decimals": 18 + }, + "infoURL": "https://dithereum.org", + "shortName": "dth", + "chainId": 34, + "networkId": 34, + "ens": {}, + "explorers": [{ + "name": "ditherscan", + "url": "https://testnet.ditherscan.com" + }] +}