Skip to content

Commit

Permalink
Update src/setAnyTrustFastConfirmerPrepareTransactionRequest.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 Nov 6, 2024
1 parent 0791a79 commit ebbf155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setAnyTrustFastConfirmerPrepareTransactionRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type SetAnyTrustFastConfirmerPrepareTransactionRequestParams<
TChain extends Chain | undefined,
> = {
publicClient: PublicClient<Transport, TChain>;
account: PrivateKeyAccount | `0x${string}`;
account: Address;
rollup: Address;
upgradeExecutor: Address;
fastConfirmer: Address;
Expand Down

0 comments on commit ebbf155

Please sign in to comment.