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 56f6919 commit 8796a77Copy full SHA for 8796a77
advanced/wallets/react-wallet-v2/src/utils/WalletConnectUtil.ts
@@ -6,7 +6,7 @@ export async function createWalletKit(relayerRegionURL: string) {
6
const core = new Core({
7
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
8
relayUrl: relayerRegionURL ?? process.env.NEXT_PUBLIC_RELAY_URL,
9
- logger: 'warn'
+ logger: 'trace'
10
})
11
walletkit = await WalletKit.init({
12
core,
0 commit comments