Skip to main content

tempo_gas_params

Function tempo_gas_params 

Source
pub fn tempo_gas_params(spec: TempoHardfork) -> GasParams
Expand description

Backward-compatible alias for tempo_gas_params_with_amsterdam with TIP-1016 disabled.

External consumers (e.g. foundry) that depend on the single-argument signature continue to work: TIP-1016 is opt-in via tempo_gas_params_with_amsterdam(spec, true).