Merge pull request #3384 from ethereum/fix-preset-table

Fix Deneb preset table
This commit is contained in:
Hsiao-Wei Wang 2023-05-24 22:44:16 +08:00 committed by GitHub
commit 7d4ea82972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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` |