Skip to content

Commit ebbf155

Browse files
InoMurkospsjvc
andcommitted
Update src/setAnyTrustFastConfirmerPrepareTransactionRequest.ts
Co-authored-by: spsjvc <git@spsjvc.com>
1 parent 0791a79 commit ebbf155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setAnyTrustFastConfirmerPrepareTransactionRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type SetAnyTrustFastConfirmerPrepareTransactionRequestParams<
1717
TChain extends Chain | undefined,
1818
> = {
1919
publicClient: PublicClient<Transport, TChain>;
20-
account: PrivateKeyAccount | `0x${string}`;
20+
account: Address;
2121
rollup: Address;
2222
upgradeExecutor: Address;
2323
fastConfirmer: Address;

0 commit comments

Comments
 (0)