We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0071c40 + 1c4477b commit a7dc3c3Copy full SHA for a7dc3c3
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