Create eip155-34.json

This commit is contained in:
SolidityX 2021-12-10 00:33:50 +05:30 committed by GitHub
parent caa4461551
commit 99f9c16203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"name": "Dithereum Testnet",
"chain": "DTH",
"network": "testnet",
"icon": "dithereum",
"rpc": [
"https://node-testnet.dithereum.org"
],
"faucets": [
"https://faucet.dithereum.org"
],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dth",
"chainId": 34,
"networkId": 34,
"ens": {},
"explorers": [{
"name": "ditherscan",
"url": "https://testnet.ditherscan.com"
}]
}