Skip to content

Commit

Permalink
Remove zora temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 21, 2023
1 parent 8e96cd1 commit d112d84
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

2 comments on commit d112d84

@vercel
Copy link

@vercel vercel bot commented on d112d84 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artblocks-v2 – ./

artblocks-v2.vercel.app
artblocks-v2-unevenlabs.vercel.app
artblocks-v2-git-main-unevenlabs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d112d84 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.