mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
475 B
JSON
24 lines
475 B
JSON
{
|
|
"name": "Digest Swarm Chain",
|
|
"chain": "DSC",
|
|
"icon": "swarmchain",
|
|
"rpc": ["https://rpc.digestgroup.ltd"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "DigestCoin",
|
|
"symbol": "DGCC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://digestgroup.ltd",
|
|
"shortName": "dgcc",
|
|
"chainId": 5777,
|
|
"networkId": 5777,
|
|
"explorers": [
|
|
{
|
|
"name": "swarmexplorer",
|
|
"url": "https://explorer.digestgroup.ltd",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|