Skip to content

Commit

Permalink
fix: remove signTransaction from EthErc4337Account (#300)
Browse files Browse the repository at this point in the history
fix: remove signTransaction from 4337
  • Loading branch information
montelaidev committed May 2, 2024
1 parent 6d8ab40 commit e004d46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/eth/types.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ expectAssignable<EthErc4337Account>({
methods: [
`${EthMethod.PersonalSign}`,
`${EthMethod.Sign}`,
`${EthMethod.SignTransaction}`,
`${EthMethod.SignTypedDataV1}`,
`${EthMethod.SignTypedDataV3}`,
`${EthMethod.SignTypedDataV4}`,
Expand Down
1 change: 0 additions & 1 deletion src/eth/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const EthErc4337AccountStruct = object({
enums([
`${EthMethod.PersonalSign}`,
`${EthMethod.Sign}`,
`${EthMethod.SignTransaction}`,
`${EthMethod.SignTypedDataV1}`,
`${EthMethod.SignTypedDataV3}`,
`${EthMethod.SignTypedDataV4}`,
Expand Down

0 comments on commit e004d46

Please sign in to comment.