We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de284aa commit 1c4477bCopy full SHA for 1c4477b
web/src/context/Web3Provider.tsx
@@ -59,7 +59,7 @@ const projectId = import.meta.env.WALLETCONNECT_PROJECT_ID ?? "";
59
const wagmiConfig = createConfig({
60
chains,
61
transports,
62
- connectors: [walletConnect({ projectId })],
+ connectors: [walletConnect({ projectId, showQrModal: false })],
63
});
64
65
createWeb3Modal({
0 commit comments