We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6a269 commit 5b62df7Copy full SHA for 5b62df7
website/.env.example
@@ -0,0 +1 @@
1
+VITE_WALLETCONNECT_PROJECT_ID=<WALLETCONNECT_PROJECT_ID>
website/src/components/wallet-provider.tsx
@@ -13,7 +13,7 @@ const config = createConfig(
13
[arbitrum.id]: http(),
14
[arbitrumSepolia.id]: http(),
15
},
16
- walletConnectProjectId: '1',
+ walletConnectProjectId: import.meta.env.VITE_WALLETCONNECT_PROJECT_ID ?? '1',
17
// Required App Info
18
appName: 'Graph Tooling',
19
0 commit comments