From 52f9c1d3b6d4ce35a936deb8f66d4ba4ffdffff0 Mon Sep 17 00:00:00 2001 From: SolidityX <88942434+solidityx@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:50:03 +0530 Subject: [PATCH] Please add Dithereum Mainnet on Chain ID 24 (#711) * 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 * Create eip155-24.json * changed shortName to make it unique * Update _data/chains/eip155-24.json Co-authored-by: ligi --- _data/chains/eip155-24.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/eip155-24.json diff --git a/_data/chains/eip155-24.json b/_data/chains/eip155-24.json new file mode 100644 index 00000000..c729c013 --- /dev/null +++ b/_data/chains/eip155-24.json @@ -0,0 +1,21 @@ +{ + "name": "Dithereum Mainnet", + "chain": "DTH", + "network": "mainnet", + "icon": "dithereum", + "rpc": [ + "https://node-mainnet.dithereum.io" + ], + "faucets": [ + "https://faucet.dithereum.org" + ], + "nativeCurrency": { + "name": "Dither", + "symbol": "DTH", + "decimals": 18 + }, + "infoURL": "https://dithereum.org", + "shortName": "dthmainnet", + "chainId": 24, + "networkId": 24 +}