diff --git a/test/utils/SpokePoolUtils.ts b/test/utils/SpokePoolUtils.ts index f6d66582..89b8dcda 100644 --- a/test/utils/SpokePoolUtils.ts +++ b/test/utils/SpokePoolUtils.ts @@ -1,12 +1,4 @@ -import { - DepositWithBlock, - Fill, - FillType, - V2DepositWithBlock, - V2Fill, - V3DepositWithBlock, - V3Fill, -} from "../../src/interfaces"; +import { DepositWithBlock, Fill, V2DepositWithBlock, V2Fill } from "../../src/interfaces"; import { bnZero, isV2Deposit } from "../../src/utils"; export function fillFromDeposit(deposit: DepositWithBlock, relayer: string): Fill { @@ -44,4 +36,4 @@ export function v2FillFromDeposit(deposit: V2DepositWithBlock, relayer: string): }; return fill; -} \ No newline at end of file +}