Skip to content

Commit

Permalink
Merge pull request #149 from 0xPolygon/EmpieichO-patch-3
Browse files Browse the repository at this point in the history
Update zkEVM doc: batch-sequencing.md
  • Loading branch information
0xgraciegrace authored Jan 11, 2024
2 parents 390463b + 2ed8102 commit 4b70c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The below figure shows the logic structure of a sequence of batches.

## Max & min batch size bounds

The contract's public constant, `MAX_TRANSACTIONS_BYTE_LENGTH`, determines the maximum number of transactions that can be included in a batch (300000).
The contract's public constant, `MAX_TRANSACTIONS_BYTE_LENGTH`, determines the maximum number of transactions that can be included in a batch (120000).

Similarly, the number of batches in a sequence is limited by the contract's public constant `MAX_VERIFY_BATCHES` (1000). The batches array must contain at least one batch and no more than the value of the constant `MAX_VERIFY_BATCHES`.

Expand Down

0 comments on commit 4b70c57

Please sign in to comment.