Skip to content

Release v3.5.2

Compare
Choose a tag to compare
@0x31 0x31 released this 28 Oct 04:39
· 5 commits to master since this release
30f9648

Changelog:

  1. Kovan config has been removed because RenVM can no longer process Kovan mints/burns. This makes it easier for integrators to support Goerli.
  2. The static fields Ethereum.assets, Bitcoin.assets, etc. should now be accessed as Class.assets[network].ASSET instead of Class.assets.ASSET (e.g. Ethereum.assets[RenNetwork.Mainnet].ETH).
  3. Ethereum payloads can now be provided the option detectPreviousDeposits to detect previous ETH, BNB, arbETH, etc. deposits to the generated gateway. e.g. ethereum.Account({ detectPreviousDeposits: true }).

See #219