Skip to content

Commit 4b70c57

Browse files
Merge pull request 0xPolygon#149 from 0xPolygon/EmpieichO-patch-3
Update zkEVM doc: batch-sequencing.md
2 parents 390463b + 2ed8102 commit 4b70c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/protocol/transaction-life-cycle/batch-sequencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The below figure shows the logic structure of a sequence of batches.
2525

2626
## Max & min batch size bounds
2727

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

3030
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`.
3131

0 commit comments

Comments
 (0)