From d112d8466f834ebc5e0b6323b5ff7f42ca4aea39 Mon Sep 17 00:00:00 2001 From: pedromcunha Date: Wed, 21 Jun 2023 13:39:31 -0400 Subject: [PATCH] Remove zora temporarily --- utils/chains.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/utils/chains.ts b/utils/chains.ts index 8cf1b7742..d62251c59 100644 --- a/utils/chains.ts +++ b/utils/chains.ts @@ -106,15 +106,15 @@ export default [ apiKey: process.env.OPTIMISM_RESERVOIR_API_KEY, coingeckoId: 'optimism', }, - { - ...zora, - name: 'Zora', - lightIconUrl: '/icons/zora-icon-dark.svg', - darkIconUrl: '/icons/zora-icon-light.svg', - reservoirBaseUrl: 'https://api-zora.reservoir.tools', - proxyApi: '/api/reservoir/zora', - routePrefix: 'zora', - apiKey: process.env.ZORA_RESERVOIR_API_KEY, - coingeckoId: 'ethereum', - }, + // { + // ...zora, + // name: 'Zora', + // lightIconUrl: '/icons/zora-icon-dark.svg', + // darkIconUrl: '/icons/zora-icon-light.svg', + // reservoirBaseUrl: 'https://api-zora.reservoir.tools', + // proxyApi: '/api/reservoir/zora', + // routePrefix: 'zora', + // apiKey: process.env.ZORA_RESERVOIR_API_KEY, + // coingeckoId: 'ethereum', + // }, ] as ReservoirChain[]