Skip to content

Commit

Permalink
chore: use vite project id
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Feb 9, 2025
1 parent c9930a9 commit 4cf5cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createAppKit } from '@reown/appkit/basic'
import { solana } from '@reown/appkit/networks'
import { mainnet } from '@reown/appkit/networks'

export const projectId = '616fc3bbdb6324bde06c987e32113d0b'
export const projectId = process.env.NEXT_PUBLIC_PROJECT_ID || 'b56e18d47c72ab683b10814fe9495694' // this is a public projectId only to use on localhost

let signClient: InstanceType<typeof SignClient> | undefined
let modal: ReturnType<typeof createAppKit> | undefined
Expand Down

0 comments on commit 4cf5cbb

Please sign in to comment.