Skip to content

Commit

Permalink
add : added projectId directly
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 committed Oct 26, 2024
1 parent 6aacd77 commit 23624df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lib/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ import { createStorage, cookieStorage } from 'wagmi'
import { base } from 'wagmi/chains'

// Get projectId from environment variables
export const projectId = process.env.NEXT_PUBLIC_PROJECT_ID
// export const projectId = process.env.NEXT_PUBLIC_PROJECT_ID
export const projectId ="8a4360891f3a501e52e3370d95ed65dd"

if (!projectId) {
throw new Error('Project ID is not defined')
}
// if (!projectId) {
// throw new Error('Project ID is not defined')
// }

export const metadata = {
name: 'Myriadflow',
Expand Down

0 comments on commit 23624df

Please sign in to comment.