Skip to content

Commit

Permalink
Merge pull request #1683 from kleros/fix(web)/wallet-connect-modal
Browse files Browse the repository at this point in the history
Fix(web): set showQrModal to false
  • Loading branch information
alcercu authored Sep 10, 2024
2 parents 0071c40 + 1c4477b commit a7dc3c3
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 a7dc3c3

Please sign in to comment.