Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 8, 2024
1 parent 69950d5 commit 68e3634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3p/src/providers/wrapped/evm-wallet-connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class WalletConnectEvmProvider
}

get isConnected(): boolean {
return Boolean(this.chainId) && Boolean(this.address)
return Boolean(this.chainId && this.address)
}

async init(): Promise<void> {
Expand Down

0 comments on commit 68e3634

Please sign in to comment.