Skip to content

Commit

Permalink
fix(web): set showQrModal to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alcercu committed Sep 9, 2024
1 parent de284aa commit 1c4477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/context/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const projectId = import.meta.env.WALLETCONNECT_PROJECT_ID ?? "";
const wagmiConfig = createConfig({
chains,
transports,
connectors: [walletConnect({ projectId })],
connectors: [walletConnect({ projectId, showQrModal: false })],
});

createWeb3Modal({
Expand Down

0 comments on commit 1c4477b

Please sign in to comment.