mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
c2dcfd82e7
commit
52f9c1d3b6
21
_data/chains/eip155-24.json
Normal file
21
_data/chains/eip155-24.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user