diff --git a/_data/chains/eip155-4663.json b/_data/chains/eip155-4663.json index d1364e767071..5b2a984ba19e 100644 --- a/_data/chains/eip155-4663.json +++ b/_data/chains/eip155-4663.json @@ -16,6 +16,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" + } +]