Skip to content

Commit 8122ab6

Browse files
QuantumlyyencryptedDegen
authored andcommitted
Use public WalletConnect project id
1 parent a8002ed commit 8122ab6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/lib/wagmi.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ const unicornConnector = inAppWalletConnector({
3838

3939
coinbaseWallet.preference = 'all'
4040

41-
const walletConnectProjectId = (
42-
process.env.WALLET_CONNECT_PROJECT_ID ||
43-
process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID ||
44-
''
45-
).trim()
41+
const walletConnectProjectId = (process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID || '').trim()
4642

4743
if (process.env.NODE_ENV === 'development' && !walletConnectProjectId) {
4844
console.warn(

0 commit comments

Comments
 (0)