Params defines the EVM module parameters

Hierarchy

  • Params

Properties

baseFee: string

base fee for EIP-1559 blocks.

baseFeeChangeDenominator: number

base fee change denominator bounds the amount the base fee can change between blocks.

elasticityMultiplier: number

elasticity multiplier bounds the maximum gas limit an EIP-1559 block may have.

enableHeight: number

height at which the base fee calculation is enabled.

minGasMultiplier: string

min gas denominator bounds the minimum gasUsed to be charged to senders based on GasLimit

minGasPrice: string

min_gas_price defines the minimum gas price value for cosmos and eth transactions

noBaseFee: boolean

no base fee forces the EIP-1559 base fee to 0 (needed for 0 price calls)

Generated using TypeDoc