Commit 4a6ac17d authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1730 from blockscout/wc-email

enable email for wallet connect
parents 567aa1b7 20ba9057
...@@ -41,6 +41,7 @@ const WALLET_CONNECT_PROJECT_ID = 'PROJECT_ID'; ...@@ -41,6 +41,7 @@ const WALLET_CONNECT_PROJECT_ID = 'PROJECT_ID';
const wagmiConfig = defaultWagmiConfig({ const wagmiConfig = defaultWagmiConfig({
chains, chains,
projectId: WALLET_CONNECT_PROJECT_ID, projectId: WALLET_CONNECT_PROJECT_ID,
enableEmail: true,
}); });
createWeb3Modal({ createWeb3Modal({
......
...@@ -32,6 +32,7 @@ const getConfig = () => { ...@@ -32,6 +32,7 @@ const getConfig = () => {
const wagmiConfig = defaultWagmiConfig({ const wagmiConfig = defaultWagmiConfig({
chains, chains,
projectId: feature.walletConnect.projectId, projectId: feature.walletConnect.projectId,
enableEmail: true,
}); });
createWeb3Modal({ createWeb3Modal({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment