diff --git a/EIPS/eip-7742.md b/EIPS/eip-7742.md index 812f60c1d8910..6ea42bc91af0d 100644 --- a/EIPS/eip-7742.md +++ b/EIPS/eip-7742.md @@ -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`.