diff --git a/go/enclave/nodetype/sequencer.go b/go/enclave/nodetype/sequencer.go index 318d4adee9..1ef74129f6 100644 --- a/go/enclave/nodetype/sequencer.go +++ b/go/enclave/nodetype/sequencer.go @@ -163,6 +163,7 @@ func (s *sequencer) createGenesisBatch(block *common.L1Block) error { return err } + time.Sleep(5 * time.Second) // produce batch #2 which has the message bus and any other system contracts cb, err := s.produceBatch( big.NewInt(0).Add(batch.Header.SequencerOrderNo, big.NewInt(1)),