diff --git a/_data/chains/eip155-9788.json b/_data/chains/eip155-9788.json index 015dbe8f7bbe..dbc9445214b2 100644 --- a/_data/chains/eip155-9788.json +++ b/_data/chains/eip155-9788.json @@ -12,9 +12,11 @@ "shortName": "tabitestv2", "chainId": 9788, "networkId": 9788, + "icon": "tabitestv2", "explorers": [ { "name": "Tabi Testnet V2 Explorer", + "icon": "tabitestv2scan", "url": "https://testnetv2.tabiscan.com", "standard": "none" } diff --git a/_data/icons/tabitestv2.json b/_data/icons/tabitestv2.json new file mode 100644 index 000000000000..fe95821f0b21 --- /dev/null +++ b/_data/icons/tabitestv2.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNofiNb2rDwKmYDNk3FYKE8vjmF4iKGGGivkzVe2j2d7E", + "width": 83, + "height": 83, + "format": "png" + } +] diff --git a/_data/icons/tabitestv2scan.json b/_data/icons/tabitestv2scan.json new file mode 100644 index 000000000000..6553b6ce7f69 --- /dev/null +++ b/_data/icons/tabitestv2scan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYeGMwLUjEJbnN37ZMHLsejfNr52bBMTU2TYf7XtHJ6MS", + "width": 512, + "height": 512, + "format": "png" + } +]