diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index ac003985b9be74..8200b654dd4eb9 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -49,7 +49,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes | `TARGET_DATA_GAS_PER_BLOCK` | `2**18` | | `MIN_DATA_GASPRICE` | `1` | | `DATA_GASPRICE_UPDATE_FRACTION` | `2225652` | -| `MAX_VERSIONED_HASHES_LIST_SIZE` | `2**24` | +| `MAX_VERSIONED_HASHES_LIST_SIZE` | `2**12` | | `MAX_CALLDATA_SIZE` | `2**24` | | `MAX_ACCESS_LIST_SIZE` | `2**24` | | `MAX_ACCESS_LIST_STORAGE_KEYS` | `2**24` | diff --git a/EIPS/eip-6404.md b/EIPS/eip-6404.md index 152376cc9cb08c..4e735177c01615 100644 --- a/EIPS/eip-6404.md +++ b/EIPS/eip-6404.md @@ -48,7 +48,7 @@ Definitions from existing specifications that are used throughout this document | [`MAX_CALLDATA_SIZE`](./eip-4844.md#parameters) | `uint64(2**24)` (= 16,777,216) | | [`MAX_ACCESS_LIST_STORAGE_KEYS`](./eip-4844.md#parameters) | `uint64(2**24)` (= 16,777,216) | | [`MAX_ACCESS_LIST_SIZE`](./eip-4844.md#parameters) | `uint64(2**24)` (= 16,777,216) | -| [`MAX_VERSIONED_HASHES_LIST_SIZE`](./eip-4844.md#parameters) | `uint64(2**24)` (= 16,777,216) | +| [`MAX_VERSIONED_HASHES_LIST_SIZE`](./eip-4844.md#parameters) | `uint64(2**12)` (= 16,777,216) | ### [EIP-2718](./eip-2718.md) transaction types