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 <ligi@ligi.de>
This commit is contained in:
SolidityX 2021-12-26 22:50:03 +05:30 committed by GitHub
parent c2dcfd82e7
commit 52f9c1d3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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