diff --git a/orchestrator/orchestrator.go b/orchestrator/orchestrator.go index e3862424..2858e9ba 100644 --- a/orchestrator/orchestrator.go +++ b/orchestrator/orchestrator.go @@ -99,7 +99,7 @@ func (s *Orchestrator) startValidatorMode(ctx context.Context, inj cosmos.Networ var pg loops.ParanoidGroup - pg.Go(func() error { return s.runOracle(ctx, lastObservedEthBlock) }) + //pg.Go(func() error { return s.runOracle(ctx, lastObservedEthBlock) }) pg.Go(func() error { return s.runSigner(ctx, peggyContractID) }) pg.Go(func() error { return s.runBatchCreator(ctx) }) pg.Go(func() error { return s.runRelayer(ctx) })