Skip to content

Commit

Permalink
improvs
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Nov 22, 2024
1 parent 8c835bb commit 5da0218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EIPS/eip-7742.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5da0218

Please sign in to comment.