diff --git a/EIPS/eip-7742.md b/EIPS/eip-7742.md index c2e964803743c..3b8ffd36c1504 100644 --- a/EIPS/eip-7742.md +++ b/EIPS/eip-7742.md @@ -72,12 +72,12 @@ The community feels that there is a need to increase the min blob base fee for a | Constant | Value | Remarks| | - | - | - | -| `EXCESS_BLOB_GAS_NORMALIZATION_TARGET_BLOBS` | `128` | normalize to a target of 128 blobs | +| `EXCESS_BLOB_GAS_NORMALIZATION_TARGET_BLOBS` | `128` | normalize to a target of `128` blobs | | `BLOB_BASE_FEE_UPDATE_FRACTION_PER_TARGET_BLOB` | `1112825` | used to calculate normalized update fraction | -| `BLOB_BASE_FEE_UPDATE_FRACTION_NORMALIZED` | `142441600`| update fraction for the normalized target of 128 blobs | +| `BLOB_BASE_FEE_UPDATE_FRACTION_NORMALIZED` | `142441600`| update fraction for the normalized target of `128` blobs | | `MIN_BASE_FEE_PER_BLOB_GAS_EIP_7742` | `2**25` || -| `TARGET_BLOBS_PER_BLOCK_EIP_7742` | `4` || -| `OLD_TARGET_BLOBS_PER_BLOCK` | `3` || +| `TARGET_BLOBS_PER_BLOCK_EIP_7742` | `4` | increase the target blobs to `4`| +| `OLD_TARGET_BLOBS_PER_BLOCK` | `3` | blob target corresponding to [EIP-4844](./eip-4844.md) | ### Block processing