chains/_data/chains/eip155-34.json
SolidityX 9e07221635
Create dithereum.json (#643)
* 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

Co-authored-by: ligi <ligi@ligi.de>
2021-12-18 12:56:46 +01:00

22 lines
392 B
JSON

{
"name": "Dithereum Testnet",
"chain": "DTH",
"network": "testnet",
"icon": "dithereum",
"rpc": [
"https://node-testnet.dithereum.io"
],
"faucets": [
"https://faucet.dithereum.org"
],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dth",
"chainId": 34,
"networkId": 34
}