mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
368 B
JSON
21 lines
368 B
JSON
{
|
|
"name": "Dithereum Testnet",
|
|
"chain": "DTH",
|
|
"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
|
|
}
|