Skip to content

Commit

Permalink
Update src/createSafePrepareTransactionRequest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: spsjvc <[email protected]>
  • Loading branch information
InoMurko and spsjvc committed Oct 31, 2024
1 parent 8619f51 commit 6c2051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createSafePrepareTransactionRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const SafeProxyFactoryAbi = [
*/
export type CreateSafePrepareTransactionRequestParams<TChain extends Chain | undefined> = {
publicClient: PublicClient<Transport, TChain>;
account: PrivateKeyAccount | `0x${string}`;
account: Address;
owners: Address[];
threshold: number;
saltNonce?: bigint;
Expand Down

0 comments on commit 6c2051c

Please sign in to comment.