Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Nov 20, 2023
1 parent 560df26 commit 7499ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/accounts/privateKeyToSafeSmartAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
type Chain,
type Client,
type Hex,
SignableMessage,
type SignableMessage,
type Transport,
TypedData,
TypedDataDefinition,
type TypedData,
type TypedDataDefinition,
concatHex,
encodeFunctionData,
encodePacked,
Expand Down

0 comments on commit 7499ff7

Please sign in to comment.