From 8ccc2d5fe2a7cc141d246f8410ca8f99562a2620 Mon Sep 17 00:00:00 2001 From: Joe Pegler Date: Wed, 13 Mar 2024 15:43:53 +0000 Subject: [PATCH] DO_NOT_MERGE_INTO_DEVELOP --- packages/account/src/BiconomySmartAccountV2.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/account/src/BiconomySmartAccountV2.ts b/packages/account/src/BiconomySmartAccountV2.ts index 16ff648b6..7730383ca 100644 --- a/packages/account/src/BiconomySmartAccountV2.ts +++ b/packages/account/src/BiconomySmartAccountV2.ts @@ -87,7 +87,10 @@ export class BiconomySmartAccountV2 extends BaseSmartContractAccount { bundler?: IBundler; + /** @ignore */ private accountContract?: GetContractReturnType; + /** @ignore */ + protected entryPoint: any; private defaultFallbackHandlerAddress: Hex; @@ -420,6 +423,7 @@ export class BiconomySmartAccountV2 extends BaseSmartContractAccount { } } + /** @ignore */ async _getAccountContract(): Promise> { if (this.accountContract == null) { this.accountContract = getContract({