mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"name": "Dogechain Testnet",
|
|
"chain": "DC",
|
|
"icon": "dogechain",
|
|
"rpc": [
|
|
"https://rpc-testnet.dogechain.dog"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.dogechain.dog"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Wrapped Dogecoin",
|
|
"symbol": "wDOGE",
|
|
"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"
|
|
}]
|
|
}
|