mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
661c60dcd6
* Add dogechain icon * Update the name and symbol of dogechain native currency * Update RPC for Dogechain Mainnet Co-authored-by: abrahamcruise321 <100140860+abrahamcruise321@users.noreply.github.com>
28 lines
546 B
JSON
28 lines
546 B
JSON
{
|
|
"name": "Dogechain Mainnet",
|
|
"chain": "DC",
|
|
"icon": "dogechain",
|
|
"rpc": [
|
|
"https://rpc.dogechain.dog",
|
|
"https://rpc-us.dogechain.dog",
|
|
"https://rpc01.dogechain.dog"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Dogecoin",
|
|
"symbol": "DOGE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://dogechain.dog",
|
|
"shortName": "dc",
|
|
"chainId": 2000,
|
|
"networkId": 2000,
|
|
"explorers": [
|
|
{
|
|
"name": "dogechain explorer",
|
|
"url": "https://explorer.dogechain.dog",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|