diff --git a/_data/chains/eip155-192837465.json b/_data/chains/eip155-192837465.json index e577b5b9..5de1f229 100644 --- a/_data/chains/eip155-192837465.json +++ b/_data/chains/eip155-192837465.json @@ -12,10 +12,12 @@ "shortName": "GTH", "chainId": 192837465, "networkId": 192837465, + "icon": "gather", "explorers": [ { "name": "Blockscout", "url": "https://explorer.gather.network", + "icon": "gather", "standard": "none" } ] diff --git a/_data/chains/eip155-356256156.json b/_data/chains/eip155-356256156.json index 6fba8412..06dc5839 100644 --- a/_data/chains/eip155-356256156.json +++ b/_data/chains/eip155-356256156.json @@ -12,10 +12,12 @@ "shortName": "tGTH", "chainId": 356256156, "networkId": 356256156, + "icon": "gather", "explorers": [ { "name": "Blockscout", "url": "https://testnet-explorer.gather.network", + "icon": "gather", "standard": "none" } ] diff --git a/_data/icons/gather.json b/_data/icons/gather.json new file mode 100644 index 00000000..2dd407c9 --- /dev/null +++ b/_data/icons/gather.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeoEHUVYKSJFkM9o5j62rhQqCDN5iQxPC7PtzmH77rSWR", + "width": 512, + "height": 512, + "format": "png" + } +]