From 21ecae9ed41820605ee1efc00de667247df59e3f Mon Sep 17 00:00:00 2001 From: g11tech Date: Tue, 26 Nov 2024 16:05:56 +0530 Subject: [PATCH] Update EIPS/eip-7742.md Co-authored-by: Alex Stokes --- EIPS/eip-7742.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.