diff --git a/zk/stages/stage_l1_sequencer_sync.go b/zk/stages/stage_l1_sequencer_sync.go index c083ebe4335..78bb6e55381 100644 --- a/zk/stages/stage_l1_sequencer_sync.go +++ b/zk/stages/stage_l1_sequencer_sync.go @@ -120,12 +120,6 @@ Loop: return funcErr } case contracts.AddNewRollupTypeTopic: - rollupType := l.Topics[1].Big().Uint64() - forkIdBytes := l.Data[64:96] // 3rd positioned item in the log data - forkId := new(big.Int).SetBytes(forkIdBytes).Uint64() - if funcErr = hermezDb.WriteRollupType(rollupType, forkId); funcErr != nil { - return funcErr - } case contracts.AddNewRollupTypeTopicBanana: rollupType := l.Topics[1].Big().Uint64() forkIdBytes := l.Data[64:96] // 3rd positioned item in the log data