Skip to content

Commit

Permalink
Merge pull request #341 from mantlenetworkio/bugfix/modal-popup-twice
Browse files Browse the repository at this point in the history
Bugfix/modal popup twice
  • Loading branch information
Jaycelv authored Jul 25, 2023
2 parents ff05ef2 + 29d468e commit 46101cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function web3ModalInit (connectToWallet, ...args) {
}
const { publicClient } = configureChains(chains, [w3mProvider({ projectId })])
const wagmiConfig = createConfig({
autoConnect: false,
autoConnect: true,
connectors: w3mConnectors({ projectId, chains }),
publicClient
})
Expand Down

0 comments on commit 46101cc

Please sign in to comment.