From da1b5ed35ec8b92c680df6d4e45dbaf978dbd8ea Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Wed, 21 Jun 2023 14:30:50 -0400 Subject: [PATCH] feat: zora network icon (#3034) * feat: zora network icon * fix: add reference to icon * refactor: update domains --- _data/chains/eip155-7777777.json | 7 ++++--- _data/icons/zora.json | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 _data/icons/zora.json diff --git a/_data/chains/eip155-7777777.json b/_data/chains/eip155-7777777.json index 9cca2659..31cb724d 100644 --- a/_data/chains/eip155-7777777.json +++ b/_data/chains/eip155-7777777.json @@ -1,21 +1,22 @@ { "name": "Zora", "chain": "ETH", - "rpc": ["https://rpc.zora.co/"], + "rpc": ["https://rpc.zora.energy/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://zora.co", + "icon": "zora", + "infoURL": "https://zora.energy", "shortName": "zora", "chainId": 7777777, "networkId": 7777777, "explorers": [ { "name": "Zora Network Explorer", - "url": "https://explorer.zora.co", + "url": "https://explorer.zora.energy", "standard": "EIP3091" } ] diff --git a/_data/icons/zora.json b/_data/icons/zora.json new file mode 100644 index 00000000..388975c1 --- /dev/null +++ b/_data/icons/zora.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7", + "width": 2390, + "height": 2390, + "format": "png" + } +]