Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 30, 2024
1 parent 95f42d8 commit 36745fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/gasPriceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36745fa

Please sign in to comment.