require.Equal(t,statusBeforeRestart.UnsafeL2,sequencer.L2Unsafe(),"expecting to keep same unsafe head upon restart")
require.Equal(t,statusBeforeRestart.SafeL2,sequencer.L2Safe(),"expecting the safe block to catch up to what it was before shutdown after syncing from L1, and not be stuck at the finalized block")
}
// TestConflictingL2Blocks tests that a second copy of the sequencer stack cannot introduce an alternative
// L2 block (compared to something already secured by the first sequencer):
// the alt block is not synced by the verifier, in unsafe and safe sync modes.