Skip to content

Commit

Permalink
rollbackBatches for all forks
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Aug 28, 2024
1 parent 0cb8050 commit 8315da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewProcessorRollbackBatches(state stateOnRollbackBatchesInterface) *Process
ProcessorBase: actions.ProcessorBase[ProcessorRollbackBatches]{
SupportedEvent: []etherman.EventOrder{etherman.RollbackBatchesOrder},
// This event is processed for all forks, if the meaning or the way to execute depends on forkid need to be adapted
SupportedForkdIds: &actions.ForksIdOnlyBanana},
SupportedForkdIds: &actions.ForksIdAll},
state: state,
}
}
Expand Down

0 comments on commit 8315da6

Please sign in to comment.