Recommendation for setting batchConstraints of sequencer

  1. Does zkevm itself have no constraints?
    Currently, batch constraints are controlled by sequencer’s config
    If I give huge values as constraints, is everything ok with zkevm side?

  2. Any recommendation for setting constraints?
    For example, with given values {MaxTxsPerBatch: 5, MaxBatchBytesSize: 6, …}

  • one batch can take 100 txs (assumption: a tx uses same amount of gas) at maximum.
  • proving time for batches is under 2 mintues.