mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "Dogechain Testnet",
|
|
"chain": "DC",
|
|
"icon": "dogechain",
|
|
"rpc": ["https://rpc-testnet.dogechain.dog"],
|
|
"faucets": ["https://faucet.dogechain.dog"],
|
|
"nativeCurrency": {
|
|
"name": "Dogecoin",
|
|
"symbol": "DOGE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://dogechain.dog",
|
|
"shortName": "dct",
|
|
"chainId": 568,
|
|
"networkId": 568,
|
|
"explorers": [
|
|
{
|
|
"name": "dogechain testnet explorer",
|
|
"url": "https://explorer-testnet.dogechain.dog",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|