We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76fb1f commit 9c876f2Copy full SHA for 9c876f2
src/config/Web3Modal.ts
@@ -17,7 +17,7 @@ const metadata = {
17
18
const { chains, publicClient } = configureChains([polygonMumbai, mainnet], [walletConnectProvider({ projectId }), publicProvider()]);
19
export const config = createConfig({
20
- autoConnect: true,
+ autoConnect: false,
21
connectors: [
22
new WalletConnectConnector({ chains, options: { projectId, showQrModal: false, metadata } }),
23
new EIP6963Connector({ chains }),
0 commit comments