Skip to content

Commit

Permalink
feat: validators e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Sep 18, 2023
1 parent 6c82b4a commit c633493
Show file tree
Hide file tree
Showing 9 changed files with 900 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import { ConsensusProviderModule } from '../common/consensus-provider';
import { MikroOrmModule } from '@mikro-orm/nestjs';
import { JobsModule } from '../jobs';
import { ScheduleModule } from '@nestjs/schedule';
import config from 'mikro-orm.config';
import config from '../mikro-orm.config';
import { ValidatorsModule } from '../validators';
import { LoggerModule } from '@lido-nestjs/logger';
import { SimpleFallbackJsonRpcBatchProvider } from '@lido-nestjs/execution';
import { KeyRegistryModule } from 'common/registry';
import { StakingRouterModule } from 'staking-router-modules';
import { KeyRegistryModule } from '../common/registry';
import { StakingRouterModule } from '../staking-router-modules';

@Module({
imports: [
Expand Down
Loading

0 comments on commit c633493

Please sign in to comment.