mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"name": "Dogcoin Testnet",
|
|
"chain": "DOGS",
|
|
"icon": "dogs",
|
|
"rpc": ["https://testnet-rpc.dogcoin.me"],
|
|
"faucets": ["https://faucet.dogcoin.network"],
|
|
"nativeCurrency": {
|
|
"name": "Dogcoin",
|
|
"symbol": "DOGS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://dogcoin.network",
|
|
"shortName": "DOGSt",
|
|
"chainId": 9339,
|
|
"networkId": 9339,
|
|
"explorers": [
|
|
{
|
|
"name": "Dogcoin",
|
|
"url": "https://testnet.dogcoin.network",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|