Skip to content

Commit

Permalink
Fix api key for base
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jul 28, 2023
1 parent 63e1baa commit 0a608b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default [
reservoirBaseUrl: 'https://api-base.reservoir.tools',
proxyApi: '/api/reservoir/base',
routePrefix: 'base',
apiKey: process.env.BASE_RESERVOIR_API_KEY,
apiKey: process.env.RESERVOIR_API_KEY,
coingeckoId: 'ethereum',
collectionSetId: process.env.NEXT_PUBLIC_BASE_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_BASE_COMMUNITY,
Expand Down

2 comments on commit 0a608b5

@vercel
Copy link

@vercel vercel bot commented on 0a608b5 Jul 28, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 0a608b5 Jul 28, 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-git-main-unevenlabs.vercel.app
artblocks-v2-unevenlabs.vercel.app

Please sign in to comment.