chains/_data/chains/eip155-568.json
Huuuulk 057ab18161
Update the name and symbol of dogechain native currency (#1507)
* Add dogechain icon

* Update the name and symbol of dogechain native currency
2022-08-28 09:13:35 +02:00

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"
}
]
}