Skip to content

Commit a7dc3c3

Browse files
authored
Merge pull request #1683 from kleros/fix(web)/wallet-connect-modal
Fix(web): set showQrModal to false
2 parents 0071c40 + 1c4477b commit a7dc3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/context/Web3Provider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const projectId = import.meta.env.WALLETCONNECT_PROJECT_ID ?? "";
5959
const wagmiConfig = createConfig({
6060
chains,
6161
transports,
62-
connectors: [walletConnect({ projectId })],
62+
connectors: [walletConnect({ projectId, showQrModal: false })],
6363
});
6464

6565
createWeb3Modal({

0 commit comments

Comments
 (0)