Fix preset table

This commit is contained in:
Hsiao-Wei Wang 2023-05-24 21:15:01 +08:00 committed by GitHub
parent c66ccfa5ee
commit a10affa245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,8 +71,8 @@ The blob transactions are packed into the execution payload by the EL/builder wi
### Execution
| Name | Value |
| - | - |
| Name | Value | Description |
| - | - | - |
| `MAX_BLOB_COMMITMENTS_PER_BLOCK` | `uint64(2**12)` (= 4096) | hardfork independent fixed theoretical limit same as `LIMIT_BLOBS_PER_TX` (see EIP 4844) |
| `MAX_BLOBS_PER_BLOCK` | `uint64(2**2)` (= 4) | Maximum number of blobs in a single block limited by `MAX_BLOB_COMMITMENTS_PER_BLOCK` |