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({