diff --git a/_data/chains/eip155-5777.json b/_data/chains/eip155-5777.json new file mode 100644 index 00000000..d37a28c4 --- /dev/null +++ b/_data/chains/eip155-5777.json @@ -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" + } + ] +} + \ No newline at end of file diff --git a/_data/icons/swarmchain.json b/_data/icons/swarmchain.json new file mode 100644 index 00000000..44528a16 --- /dev/null +++ b/_data/icons/swarmchain.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r", + "width":500, + "height":500, + "format":"png" + } +] diff --git a/_data/icons/swarmexplorer.json b/_data/icons/swarmexplorer.json new file mode 100644 index 00000000..c909e961 --- /dev/null +++ b/_data/icons/swarmexplorer.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo", + "width":289, + "height":288, + "format":"png" + } +]