Skip to content

Commit

Permalink
fix projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Nov 13, 2024
1 parent 0d3b281 commit fbef7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import type { AppKitNetwork } from '@reown/appkit/networks'
import { getLocalStorageItem } from './LocalStorage'
import type { CaipNetwork } from '@reown/appkit'

const projectId = '702e2d45d9debca66795614cddb5c1ca'
const projectId = process.env['NEXT_PUBLIC_PROJECT_ID']
if (!projectId) {
throw new Error('NEXT_PUBLIC_PROJECT_ID is not set')
}
Expand Down

0 comments on commit fbef7e5

Please sign in to comment.