Skip to content

Commit

Permalink
fix: clean block provider module
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Oct 28, 2024
1 parent b359291 commit 30ba463
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/block-data-providers/block-provider.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ import { EventEmitter2, EventEmitterModule } from '@nestjs/event-emitter';
@Module({
imports: [
OperationStateModule,

IndexerModule,

ConfigModule,
BlockStateModule,
,
EventEmitterModule,
],
controllers: [],
Expand All @@ -28,12 +25,9 @@ import { EventEmitter2, EventEmitterModule } from '@nestjs/event-emitter';
provide: 'BlockDataProvider',
inject: [
ConfigService,

IndexerService,

OperationStateService,
BlockStateService,
,
EventEmitter2,
],
useFactory: (
Expand Down

0 comments on commit 30ba463

Please sign in to comment.