Skip to content

Commit

Permalink
remove "this is our's alchemy key"
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Oct 9, 2024
1 parent 07c21ea commit a120fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const scaffoldConfig = {
// it has no effect if you only target the local network (default is 4000)
pollingInterval: 30000,

// This is ours Alchemy's default API key.
// You can get your own at https://dashboard.alchemyapi.io
// You can get your Alchemy's default API key at https://dashboard.alchemyapi.io
// It's recommended to store it in an env variable:
// .env.local for local testing, and in the Vercel/system env config for live apps.
alchemyApiKey: process.env.NEXT_PUBLIC_ALCHEMY_API_KEY || "",
Expand Down

0 comments on commit a120fc1

Please sign in to comment.