Skip to content

Commit

Permalink
fix/runL1InfoTreeSyncerIfNeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Aug 21, 2024
1 parent 3574e13 commit 0d4acd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func runL1InfoTreeSyncerIfNeeded(
l1Client *ethclient.Client,
reorgDetector *reorgdetector.ReorgDetector,
) *l1infotreesync.L1InfoTreeSync {
if !isNeeded([]string{AGGORACLE, RPC}, components) {
if !isNeeded([]string{AGGORACLE, RPC, SEQUENCE_SENDER}, components) {
return nil
}
l1InfoTreeSync, err := l1infotreesync.New(
Expand Down

0 comments on commit 0d4acd7

Please sign in to comment.