mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added Digest Swarm Chain * Update _data/icons/swarmexplorer.json * Update _data/icons/swarmchain.json Co-authored-by: ligi <ligi@ligi.de>
26 lines
485 B
JSON
26 lines
485 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"
|
|
}
|
|
]
|
|
}
|
|
|