From 1c4477b7a60e9c05195bc706fa55215f2e3d04cf Mon Sep 17 00:00:00 2001 From: alcercu <333aleix333@gmail.com> Date: Mon, 9 Sep 2024 11:32:42 +0200 Subject: [PATCH] fix(web): set showQrModal to false --- web/src/context/Web3Provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/context/Web3Provider.tsx b/web/src/context/Web3Provider.tsx index 189297b83..acb3f0784 100644 --- a/web/src/context/Web3Provider.tsx +++ b/web/src/context/Web3Provider.tsx @@ -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({