From e004d46532a5e98ecefac2fcf3559252d68c6912 Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Thu, 2 May 2024 21:26:28 +0800 Subject: [PATCH] fix: remove signTransaction from EthErc4337Account (#300) fix: remove signTransaction from 4337 --- src/eth/types.test-d.ts | 1 - src/eth/types.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/eth/types.test-d.ts b/src/eth/types.test-d.ts index 10441507e..ab0d631b1 100644 --- a/src/eth/types.test-d.ts +++ b/src/eth/types.test-d.ts @@ -75,7 +75,6 @@ expectAssignable({ methods: [ `${EthMethod.PersonalSign}`, `${EthMethod.Sign}`, - `${EthMethod.SignTransaction}`, `${EthMethod.SignTypedDataV1}`, `${EthMethod.SignTypedDataV3}`, `${EthMethod.SignTypedDataV4}`, diff --git a/src/eth/types.ts b/src/eth/types.ts index 727d4166f..45c958459 100644 --- a/src/eth/types.ts +++ b/src/eth/types.ts @@ -87,7 +87,6 @@ export const EthErc4337AccountStruct = object({ enums([ `${EthMethod.PersonalSign}`, `${EthMethod.Sign}`, - `${EthMethod.SignTransaction}`, `${EthMethod.SignTypedDataV1}`, `${EthMethod.SignTypedDataV3}`, `${EthMethod.SignTypedDataV4}`,