From 36745fa8108274317dc00b7e3ad41dac194ffeb6 Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:23:35 +0000 Subject: [PATCH] fix build --- src/handlers/gasPriceManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/gasPriceManager.ts b/src/handlers/gasPriceManager.ts index aced3850..996a5f1e 100644 --- a/src/handlers/gasPriceManager.ts +++ b/src/handlers/gasPriceManager.ts @@ -5,7 +5,7 @@ import { } from "@alto/types" import { type Logger, maxBigInt, minBigInt, FixedStack } from "@alto/utils" import * as sentry from "@sentry/node" -import { type PublicClient, parseGwei, Block, toHex } from "viem" +import { type PublicClient, parseGwei, Block } from "viem" import { avalanche, celo,