Skip to content

Commit

Permalink
Remove unecessary generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Jul 15, 2024
1 parent 6501586 commit c8fe868
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
Expand Up @@ -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,
Expand Down

0 comments on commit c8fe868

Please sign in to comment.