Skip to content

Commit 5234764

Browse files
InoMurkospsjvc
andauthored
Update src/setAnyTrustFastConfirmerPrepareTransactionRequest.ts
Co-authored-by: spsjvc <git@spsjvc.com>
1 parent 9d31862 commit 5234764

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)