Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@ifavo ifavo released this 30 Jun 07:28
ac8f65a
  • 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