diff --git a/packages/signers/src/portal/signer.ts b/packages/signers/src/portal/signer.ts index e2aea9a86..3687f3ae9 100644 --- a/packages/signers/src/portal/signer.ts +++ b/packages/signers/src/portal/signer.ts @@ -57,8 +57,6 @@ export class PortalSigner }; authenticate = async () => { - if (this.inner == null) throw new Error("No provider found"); - this.signer = new WalletClientSigner( createWalletClient({ transport: custom(this.inner.provider),