Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrumatei36 committed Nov 12, 2024
1 parent 67bfc71 commit a84c792
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/indexer/src/services/BundleIncludedEventsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ export class BundleIncludedEventsService extends BaseIndexer {
}

private async assignSpokePoolEventsToExecutedBundles(): Promise<void> {
const {
logger,
hubPoolClientFactory,
spokePoolClientFactory,
bundleRepository,
hubChainId,
} = this.config;
const { logger, bundleRepository } = this.config;
const executedBundles =
await bundleRepository.getExecutedBundlesWithoutEventsAssociated({
fromBlock: utils.ACROSS_V3_MAINNET_DEPLOYMENT_BLOCK,
Expand Down

0 comments on commit a84c792

Please sign in to comment.