Skip to content

Commit 8c9a251

Browse files
committed
fix L1 block number
1 parent ff8af9a commit 8c9a251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/rollup_sync_service/rollup_sync_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (s *RollupSyncService) fetchRollupEvents() error {
209209
if err = s.updateRollupEvents(daEntries); err != nil {
210210
if errors.Is(err, ErrShouldResetSyncHeight) {
211211
log.Warn("Resetting sync height to L1 block 7892672 to fix L1 message queue hash calculation")
212-
s.callDataBlobSource.SetL1Height(7892672)
212+
s.callDataBlobSource.SetL1Height(7892668)
213213

214214
return nil
215215
}

0 commit comments

Comments
 (0)