Skip to content

Commit

Permalink
debug: disable Oracle loop
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Oct 8, 2024
1 parent 65d38ff commit 13ab6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) })
Expand Down

0 comments on commit 13ab6e8

Please sign in to comment.