diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json index 7b2087d6..e19192ab 100644 --- a/_data/chains/eip155-2023.json +++ b/_data/chains/eip155-2023.json @@ -12,16 +12,19 @@ "shortName": "taycan-testnet", "chainId": 2023, "networkId": 2023, + "icon": "shuffle", "explorers": [ { "name": "Taycan Explorer(Blockscout)", "url": "https://evmscan-test.hupayx.io", - "standard": "none" + "standard": "none", + "icon": "shuffle" }, { "name": "Taycan Cosmos Explorer", "url": "https://cosmoscan-test.hupayx.io", - "standard": "none" + "standard": "none", + "icon": "shuffle" } ] } diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json index 77fa22f0..214913de 100644 --- a/_data/chains/eip155-22023.json +++ b/_data/chains/eip155-22023.json @@ -12,16 +12,19 @@ "shortName": "SFL", "chainId": 22023, "networkId": 22023, + "icon": "shuffle", "explorers": [ { "name": "Taycan Explorer(Blockscout)", "url": "https://taycan-evmscan.hupayx.io", - "standard": "none" + "standard": "none", + "icon": "shuffle" }, { "name": "Taycan Cosmos Explorer(BigDipper)", "url": "https://taycan-cosmoscan.hupayx.io", - "standard": "none" + "standard": "none", + "icon": "shuffle" } ] } diff --git a/_data/icons/shuffle.json b/_data/icons/shuffle.json new file mode 100644 index 00000000..3004104e --- /dev/null +++ b/_data/icons/shuffle.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreidvjcc73v747lqlyrhgbnkvkdepdvepo6baj6hmjsmjtvdyhmzzmq", + "width": 1000, + "height": 1206, + "format": "png" + } +]