Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
amateima committed Feb 19, 2024
1 parent 87f3580 commit e65b0d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ScraperQueuesService } from "../../service/ScraperQueuesService";
import { FeeBreakdownQueueMessage, OpRebateRewardMessage, ScraperQueue } from ".";
import { Deposit, DepositFillTx, DepositFillTx2, DepositFillTxV3 } from "../../../deposit/model/deposit.entity";
import { deriveRelayerFeeComponents, makePctValuesCalculator, toWeiPct } from "../../utils";
import { AcrossContractsVersion } from "src/modules/web3/model/across-version";
import { AcrossContractsVersion } from "../../../web3/model/across-version";

@Processor(ScraperQueue.FeeBreakdown)
export class FeeBreakdownConsumer {
Expand Down

0 comments on commit e65b0d5

Please sign in to comment.