Skip to content

Commit 5b62df7

Browse files
committed
use walletconnect project ID
1 parent ff6a269 commit 5b62df7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_WALLETCONNECT_PROJECT_ID=<WALLETCONNECT_PROJECT_ID>

website/src/components/wallet-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = createConfig(
1313
[arbitrum.id]: http(),
1414
[arbitrumSepolia.id]: http(),
1515
},
16-
walletConnectProjectId: '1',
16+
walletConnectProjectId: import.meta.env.VITE_WALLETCONNECT_PROJECT_ID ?? '1',
1717
// Required App Info
1818
appName: 'Graph Tooling',
1919

0 commit comments

Comments
 (0)