mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added Digest Swarm Chain (#1030)
* Added Digest Swarm Chain * Update _data/icons/swarmexplorer.json * Update _data/icons/swarmchain.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
02e2f5b53b
commit
fcd95aa1b5
26
_data/chains/eip155-5777.json
Normal file
26
_data/chains/eip155-5777.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
8
_data/icons/swarmchain.json
Normal file
8
_data/icons/swarmchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r",
|
||||||
|
"width":500,
|
||||||
|
"height":500,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
8
_data/icons/swarmexplorer.json
Normal file
8
_data/icons/swarmexplorer.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo",
|
||||||
|
"width":289,
|
||||||
|
"height":288,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user