From 99f9c162033a3c3e4eb6272a083011e49870a314 Mon Sep 17 00:00:00 2001 From: SolidityX <88942434+solidityx@users.noreply.github.com> Date: Fri, 10 Dec 2021 00:33:50 +0530 Subject: [PATCH] Create eip155-34.json --- _data/chains/eip155-34.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-34.json 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" + }] +}