Skip to content

Commit

Permalink
parse wallet connect project ID directly
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Feb 4, 2025
1 parent a641c3d commit e06815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const connectors = connectorsForWallets(
],
{
appName: APP_NAME,
projectId: process.env.WALLET_CONNECT_PROJECT_ID || process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
projectId: 'e726b061ac854a69790d01fa66c76401',
appDescription: APP_DESCRIPTION,
appUrl: APP_URL,
appIcon: 'https://ethfollow.xyz/logo.png',
Expand Down

0 comments on commit e06815d

Please sign in to comment.