Skip to content

Commit

Permalink
Update SpokePoolUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 15, 2024
1 parent 0a0e476 commit 9c1c0bd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/utils/SpokePoolUtils.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -44,4 +36,4 @@ export function v2FillFromDeposit(deposit: V2DepositWithBlock, relayer: string):
};

return fill;
}
}

0 comments on commit 9c1c0bd

Please sign in to comment.