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 +}