From ab4b1b7c77bf9efb98359e43339fc52633829634 Mon Sep 17 00:00:00 2001 From: William Hua Date: Tue, 3 Dec 2024 14:35:53 -0500 Subject: [PATCH] account: save presigned configuration with reference chain id 1 --- packages/account/src/account.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/account/src/account.ts b/packages/account/src/account.ts index 362efd656..99d41ab9b 100644 --- a/packages/account/src/account.ts +++ b/packages/account/src/account.ts @@ -665,7 +665,8 @@ export class Account { await this.tracker.savePresignedConfiguration({ wallet: this.address, nextConfig: config, - signature + signature, + referenceChainId: '1' }) // safety check, tracker should have a reverse lookup for the imageHash