Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unecessary generic type
Browse files Browse the repository at this point in the history
chrstph-dvx committed Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c9627be commit a57924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/getMaxTimeVariation.ts
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ export type GetMaxTimeVariationReturnType = {

export async function getMaxTimeVariation<TChain extends Chain | undefined>(
client: PublicClient<Transport, TChain>,
args: GetMaxTimeVariationParameters<false>,
args: GetMaxTimeVariationParameters,
): Promise<GetMaxTimeVariationReturnType> {
const [delayBlocks, futureBlocks, delaySeconds, futureSeconds] = await client.readContract({
abi: sequencerInbox.abi,

0 comments on commit a57924e

Please sign in to comment.