Releases: vechain-energy/gas
Releases · vechain-energy/gas
v1.1.0
- The gas estimation now always uses VeChain’s post-Galactica dynamic fee market (EIP-1559 style).
- The estimate function now supports:
maxFeePerGas
: Cap the total fee per gas (EIP-1559 style)maxPriorityFeePerGas
: Set a custom priority fee per gas
- The legacy
gasPriceCoef
is still supported for compatibility, but is no longer recommended. - Upgraded all dependencies and devDependencies to their latest versions