From 93991ff0c537db7374483e5a96d977e7bd6f14cc Mon Sep 17 00:00:00 2001 From: Useless Chris <118456568+aUselessChris@users.noreply.github.com> Date: Sun, 11 Dec 2022 22:07:51 +0100 Subject: [PATCH] Add icon to eip155-1252 and eip155-1353 (#2006) * Create eip155-1252.json * Create eip155-1353.json * Update _data/chains/eip155-1252.json * Update _data/chains/eip155-1353.json * Update eip155-1353.json Prettier * Update eip155-1252.json Prettier * Update eip155-1252.json * Update eip155-1353.json * Update _data/chains/eip155-1252.json * Update eip155-1252.json * Update eip155-1252.json * Update eip155-1353.json * Update eip155-1252.json * Update eip155-1353.json * Create cicchain.json * Update cicchain.json * Update eip155-1353.json * Update eip155-1252.json Co-authored-by: ligi --- _data/chains/eip155-1252.json | 2 ++ _data/chains/eip155-1353.json | 2 ++ _data/icons/cicchain.json | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 _data/icons/cicchain.json diff --git a/_data/chains/eip155-1252.json b/_data/chains/eip155-1252.json index 333ee340..f8b1d14f 100644 --- a/_data/chains/eip155-1252.json +++ b/_data/chains/eip155-1252.json @@ -12,10 +12,12 @@ "shortName": "CICT", "chainId": 1252, "networkId": 1252, + "icon": "cicchain", "explorers": [ { "name": "CICscan", "url": "https://testnet.cicscan.com", + "icon": "cicchain", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1353.json b/_data/chains/eip155-1353.json index d308c686..635b0436 100644 --- a/_data/chains/eip155-1353.json +++ b/_data/chains/eip155-1353.json @@ -12,10 +12,12 @@ "shortName": "CIC", "chainId": 1353, "networkId": 1353, + "icon": "cicchain", "explorers": [ { "name": "CICscan", "url": "https://cicscan.com", + "icon": "cicchain", "standard": "EIP3091" } ] diff --git a/_data/icons/cicchain.json b/_data/icons/cicchain.json new file mode 100644 index 00000000..9c3b90bc --- /dev/null +++ b/_data/icons/cicchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU", + "width": 1024, + "height": 768, + "format": "png" + } +]