Skip to content

Commit

Permalink
Merge pull request #1730 from blockscout/wc-email
Browse files Browse the repository at this point in the history
enable email for wallet connect
  • Loading branch information
isstuev authored Mar 19, 2024
2 parents 567aa1b + 20ba905 commit 4a6ac17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playwright/TestApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const WALLET_CONNECT_PROJECT_ID = 'PROJECT_ID';
const wagmiConfig = defaultWagmiConfig({
chains,
projectId: WALLET_CONNECT_PROJECT_ID,
enableEmail: true,
});

createWeb3Modal({
Expand Down
1 change: 1 addition & 0 deletions ui/shared/Web3ModalProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const getConfig = () => {
const wagmiConfig = defaultWagmiConfig({
chains,
projectId: feature.walletConnect.projectId,
enableEmail: true,
});

createWeb3Modal({
Expand Down

0 comments on commit 4a6ac17

Please sign in to comment.