We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966c3f commit 7f8abaaCopy full SHA for 7f8abaa
packages/core/accounts/kernel/createKernelAccount.ts
@@ -367,7 +367,7 @@ export async function createKernelAccount<
367
kernelVersion,
368
initConfig,
369
useMetaFactory: _useMetaFactory = true,
370
- pluginMigrations
+ pluginMigrations
371
}: CreateKernelAccountParameters<entryPointVersion, KernelVersion>
372
): Promise<CreateKernelAccountReturnType<entryPointVersion>> {
373
let useMetaFactory = _useMetaFactory
packages/core/utils/toSigner.ts
@@ -101,6 +101,7 @@ export async function toSigner({
101
throw new Error(
102
"Smart account signer doesn't need to sign transactions"
103
)
104
- }
+ },
105
+ signAuthorization: signer.signAuthorization
106
}) as LocalAccount
107
}
0 commit comments