Skip to content

Fantom Network Support, LocalStorage Enhancement, Updated Typescript BaseEth Transaction Object with GasGwei Values

Compare
Choose a tag to compare
@Adamj1232 Adamj1232 released this 04 Feb 21:44
· 87 commits to master since this release
b2a4794

This release includes new support for Fantom (Opera) Network as well as a few other fixes and enhancements

  • Adds Fantom (Opera) Network support (networkId: 250).
  • Adds a check for localStorage before checking/saving
  • Adds new Type2 Transaction Gas Values to Typescript Interface (as optional):
    • `baseFeePerGasGwei'
    • maxPriorityFeePerGasGwei
    • maxFeePerGasGwei
    • gasPriceGwei

Changelog:

  • 4.0.0-0.1.1 - Test whether localStorage is accessible before performing operations (#172)
  • 4.0.0-0.1.1 - Add gasGwei values
  • 4.0.0-0.1.0 : Add fantom network (#173)