Skip to content

Commit

Permalink
op-supervisor: Update tickets in TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Jun 27, 2024
1 parent 01e36e4 commit 492da0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions op-supervisor/supervisor/backend/source/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)

// TODO(optimism#10999) Make these configurable and a sensible default
// TODO(optimism#11032) Make these configurable and a sensible default
const epochPollInterval = 30 * time.Second
const pollInterval = 2 * time.Second
const trustRpc = false
Expand Down Expand Up @@ -64,7 +64,6 @@ func (c *ChainMonitor) Stop() error {
}

// loggingCallback is a temporary implementation of the head monitor callback that just logs the events.
// TODO(optimism#10999): Replace this with something that actually detects reorgs, fetches logs, and does consolidation
type loggingCallback struct {
log log.Logger
}
Expand Down

0 comments on commit 492da0a

Please sign in to comment.