Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Oct 29, 2024
1 parent 524a8d6 commit 1d661a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thorin-core/src/components/connect-modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class ThorinConnectModal extends LitElement {
const isErrored = this.status === 'errored';
const isReconnecting = this.status === 'reconnecting';

const connectors = getConnectors(wagmiConfig);
const connectors = wagmiConfig && getConnectors(wagmiConfig);

console.log({ account });

Expand Down

0 comments on commit 1d661a6

Please sign in to comment.