You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work to support target 6 / max 9 has been done as part of EIP-7840
However we still need to update the update fraction which should be as simple as changing BLOB_BASE_FEE_UPDATE_FRACTION = 3338477
to BLOB_BASE_FEE_UPDATE_FRACTION_ELECTRA = 5007716
So overriding CancunFeeMarket's value with a new PragueFeeMarket
The text was updated successfully, but these errors were encountered:
https://eips.ethereum.org/EIPS/eip-7691
The work to support target 6 / max 9 has been done as part of EIP-7840
However we still need to update the update fraction which should be as simple as changing
BLOB_BASE_FEE_UPDATE_FRACTION = 3338477
to
BLOB_BASE_FEE_UPDATE_FRACTION_ELECTRA = 5007716
So overriding
CancunFeeMarket
's value with a newPragueFeeMarket
The text was updated successfully, but these errors were encountered: