pub const TEMPO_T7_BASE_FEE_PARAMS: BaseFeeParams;Available on crate feature
reth only.Expand description
TIP-1067 uses EIP-1559’s base-fee update formula with a fixed 10M gas target.
The params are (max_change_denominator = 8, elasticity_multiplier = 1): 8 keeps the
standard EIP-1559 maximum 12.5% per-block base-fee delta, while 1 prevents EIP-1559’s
usual target-halving because TIP-1067 supplies TEMPO_T7_BASE_FEE_GAS_TARGET directly.