Skip to content

Commit

Permalink
Merge pull request #3384 from ethereum/fix-preset-table
Browse files Browse the repository at this point in the history
Fix Deneb preset table
  • Loading branch information
hwwhww committed May 24, 2023
2 parents ce5a9fa + a10affa commit 7d4ea82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/deneb/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down

0 comments on commit 7d4ea82

Please sign in to comment.