Skip to content

Commit

Permalink
Merge pull request #2382 from dusk-network/feature-2381
Browse files Browse the repository at this point in the history
web-wallet: Tweak Wagmi config to avoid email auth
  • Loading branch information
ascartabelli authored Sep 13, 2024
2 parents 499a6b5 + 045fe2a commit aeef452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-wallet/src/lib/migration/walletConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const metadata = {
const chains = [sepolia, bsc, mainnet];

export const wagmiConfig = defaultWagmiConfig({
auth: { email: false },
chains,
metadata,
projectId,
Expand All @@ -31,6 +32,7 @@ reconnect(wagmiConfig);
// Create the Web3 modal with the WAGMI config
export const modal = createWeb3Modal({
allowUnsupportedChain: false,
enableAnalytics: false,
enableOnramp: false,
enableSwaps: false,
projectId,
Expand Down

0 comments on commit aeef452

Please sign in to comment.