require.Equal(t,statusBeforeRestart.FinalizedL2,safe,"expecting to revert safe head to finalized head upon restart")
require.Equal(t,statusBeforeRestart.FinalizedL2,finalized,"expecting to keep same finalized head upon restart")
// sequencer runs pipeline, but now attached to the restarted geth node
sequencer.ActL2PipelineFull(t)
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")