Skip to content

Commit

Permalink
adjust update fraction for excess data gas tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
adietrichs committed Oct 6, 2022
1 parent f27db4c commit 638e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes
| `MAX_DATA_GAS_PER_BLOCK` | `2**21` |
| `TARGET_DATA_GAS_PER_BLOCK` | `2**20` |
| `MIN_DATA_GASPRICE` | `10**8` |
| `DATA_GASPRICE_UPDATE_FRACTION` | `68` |
| `DATA_GASPRICE_UPDATE_FRACTION` | `8902606` |
| `MAX_VERSIONED_HASHES_LIST_SIZE` | `2**24` |
| `MAX_CALLDATA_SIZE` | `2**24` |
| `MAX_ACCESS_LIST_SIZE` | `2**24` |
Expand Down

0 comments on commit 638e8aa

Please sign in to comment.