Skip to content

Commit

Permalink
feat: add NEXT_PUBLIC_INFURA_KEY in build config env
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Apr 19, 2024
1 parent 4893de1 commit 760bb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ens-app-v3/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const nextConfig = {
NEXT_PUBLIC_BASE_DOMAIN: process.env.NEXT_PUBLIC_BASE_DOMAIN || 'linea-test',
NEXT_PUBLIC_ALCHEMY_KEY:
process.env.NEXT_PUBLIC_ALCHEMY_KEY || 'sSpYuHmhlpuU7RVXq-IIdCdz4IuKF-gM',
NEXT_PUBLIC_INFURA_KEY:
process.env.NEXT_PUBLIC_INFURA_KEY || 'cfa6ae2501cc4354a74e20432507317c',
},
// change to true once infinite loop is fixed
swcMinify: false,
Expand Down

0 comments on commit 760bb6b

Please sign in to comment.