Skip to content

Conversation

@Soubhik-10
Copy link
Contributor

Comment on lines +81 to +90
/// Returns [`BlobParams`] configuration activated with Amsterdam hardfork.
pub const fn amsterdam() -> Self {
Self {
target_blob_count: eip7691::TARGET_BLOBS_PER_BLOCK_ELECTRA,
max_blob_count: eip7691::MAX_BLOBS_PER_BLOCK_ELECTRA,
update_fraction: eip7691::BLOB_GASPRICE_UPDATE_FRACTION_PECTRA,
min_blob_fee: eip4844::BLOB_TX_MIN_BLOB_GASPRICE,
max_blobs_per_tx: eip7594::MAX_BLOBS_PER_TX_FUSAKA,
blob_base_cost: BLOB_BASE_COST,
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these are likely incorrect because the asmterdam fields are still tbd

@mattsse mattsse added the blocked This cannot move forward until something else changes label Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked This cannot move forward until something else changes

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants