diff --git a/_data/chains/eip155-4663.json b/_data/chains/eip155-4663.json index dd3ecd89521e..ceb5ff66d7f3 100644 --- a/_data/chains/eip155-4663.json +++ b/_data/chains/eip155-4663.json @@ -13,6 +13,12 @@ "chainId": 4663, "networkId": 4663, "explorers": [ + { + "name": "robinscan", + "url": "https://robinscan.io", + "icon": "robinscan", + "standard": "EIP3091" + }, { "name": "blockscout", "url": "https://robinhoodchain.blockscout.com", diff --git a/_data/icons/robinscan.json b/_data/icons/robinscan.json new file mode 100644 index 000000000000..33feff8901ae --- /dev/null +++ b/_data/icons/robinscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYhPT2kXPbFb2TA9Y21UuPj88kwzU3BVL6VPMGpSKcHQM", + "width": 500, + "height": 500, + "format": "png" + } +]