From a4cb272df74fd2bc060f82414f40c6e36360dc7a Mon Sep 17 00:00:00 2001 From: codespool <4625220+codespool@users.noreply.github.com> Date: Sun, 1 May 2022 23:02:53 +0300 Subject: [PATCH] update shiden --- _data/chains/eip155-336.json | 48 +++++++++++++++++++----------------- _data/icons/shiden.json | 8 ++++++ _data/icons/subscan.json | 8 ++++++ 3 files changed, 41 insertions(+), 23 deletions(-) create mode 100644 _data/icons/shiden.json create mode 100644 _data/icons/subscan.json diff --git a/_data/chains/eip155-336.json b/_data/chains/eip155-336.json index ecbe4d43..a86553f6 100644 --- a/_data/chains/eip155-336.json +++ b/_data/chains/eip155-336.json @@ -1,25 +1,27 @@ { + "name": "Shiden", + "chain": "SDN", + "rpc": [ + "https://rpc.shiden.astar.network:8545", + "wss://shiden.api.onfinality.io/public-ws" + ], + "faucets": [], + "nativeCurrency": { "name": "Shiden", - "chain": "SDN", - "rpc": [ - "https://rpc.shiden.astar.network:8545", - "wss://shiden.api.onfinality.io/public-ws" - ], - "faucets": [], - "nativeCurrency": { - "name": "Shiden", - "symbol": "SDN", - "decimals": 18 - }, - "infoURL": "https://shiden.astar.network/", - "shortName": "sdn", - "chainId": 336, - "networkId": 336, - "explorers": [ - { - "name": "subscan", - "url": "https://shiden.subscan.io", - "standard": "none" - } - ] -} \ No newline at end of file + "symbol": "SDN", + "decimals": 18 + }, + "infoURL": "https://shiden.astar.network/", + "shortName": "sdn", + "chainId": 336, + "networkId": 336, + "icon": "shiden", + "explorers": [ + { + "name": "subscan", + "url": "https://shiden.subscan.io", + "standard": "none", + "icon": "subscan" + } + ] +} diff --git a/_data/icons/shiden.json b/_data/icons/shiden.json new file mode 100644 index 00000000..06f662f5 --- /dev/null +++ b/_data/icons/shiden.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE", + "width": 250, + "height": 250, + "format": "png" + } +] diff --git a/_data/icons/subscan.json b/_data/icons/subscan.json new file mode 100644 index 00000000..fe0ba1fb --- /dev/null +++ b/_data/icons/subscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W", + "width": 400, + "height": 400, + "format": "png" + } +]