lp176

package
v1.16.39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2025 License: GPL-3.0, BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// MinBaseFee is the minimum base fee
	MinBaseFee = big.NewInt(25_000_000_000) // 25 gwei

	// MaxBaseFee is the maximum base fee
	MaxBaseFee = new(big.Int).Mul(big.NewInt(1000), big.NewInt(1_000_000_000)) // 1000 gwei

	// BaseFeeChangeDenominator controls the rate of base fee change
	BaseFeeChangeDenominator = uint64(8)

	// ElasticityMultiplier is the multiplier for target gas
	ElasticityMultiplier = uint64(2)
)

LP-176: Dynamic EVM Gas Limit and Price Discovery Based on Avalanche ACP-176, adapted for Lux Network

See: ~/work/lux/lps/LP-176-dynamic-gas-pricing.md for full specification

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL