Skip to content

Commit

Permalink
Update EIPS/eip-7742.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Stokes <[email protected]>
  • Loading branch information
g11tech and ralexstokes authored Nov 26, 2024
1 parent 64fdb7b commit 21ecae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7742.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The community feels that there is a need to increase the min blob base fee for a
### Block processing

Upon activation of this EIP, execution clients **MUST** extend the header schema with an
additional 64-bit field: the `target_blobs_per_block`. This values is set to the one provided by the CL during block production.
additional 64-bit field: the `target_blobs_per_block`. This value is set to the one provided by the CL during block production.

Any reference to `TARGET_BLOB_GAS_PER_BLOCK` from [EIP-4844](./eip-4844.md) (for e.g. for `excess_blob_gas` calculations) can be derived by taking the `target_blobs_per_block` from the EL block header and multiplying by `GAS_PER_BLOB`.

Expand Down

0 comments on commit 21ecae9

Please sign in to comment.