Skip to content

Commit ef76209

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

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)