Skip to content

Commit f10f66f

Browse files
committed
bug: remove wrong autoconnect:true
1 parent 5890292 commit f10f66f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

components/Providers.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ const baseAccountConnector = baseAccount({
2828
export const config = createConfig({
2929
chains: [base],
3030
connectors: [
31-
// process.env.NODE_ENV === 'production' ? injected() : baseAccount(),
31+
injected(),
3232
baseAccountConnector,
3333
],
3434
transports: {
3535
[base.id]: http(),
3636
},
37-
autoConnect: true,
3837
ssr: true,
3938
});
4039

0 commit comments

Comments
 (0)