From 20ba9057b76242de483c021aa1b50f8356d1c2b2 Mon Sep 17 00:00:00 2001 From: isstuev Date: Tue, 19 Mar 2024 18:27:36 +0400 Subject: [PATCH] enable email for wallet connect --- playwright/TestApp.tsx | 1 + ui/shared/Web3ModalProvider.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/playwright/TestApp.tsx b/playwright/TestApp.tsx index b4b246a621..4b3b01e331 100644 --- a/playwright/TestApp.tsx +++ b/playwright/TestApp.tsx @@ -41,6 +41,7 @@ const WALLET_CONNECT_PROJECT_ID = 'PROJECT_ID'; const wagmiConfig = defaultWagmiConfig({ chains, projectId: WALLET_CONNECT_PROJECT_ID, + enableEmail: true, }); createWeb3Modal({ diff --git a/ui/shared/Web3ModalProvider.tsx b/ui/shared/Web3ModalProvider.tsx index fc2f8553b7..35cca2dd5a 100644 --- a/ui/shared/Web3ModalProvider.tsx +++ b/ui/shared/Web3ModalProvider.tsx @@ -32,6 +32,7 @@ const getConfig = () => { const wagmiConfig = defaultWagmiConfig({ chains, projectId: feature.walletConnect.projectId, + enableEmail: true, }); createWeb3Modal({