Release v3.5.2
Changelog:
- Kovan config has been removed because RenVM can no longer process Kovan mints/burns. This makes it easier for integrators to support Goerli.
- The static fields
Ethereum.assets
,Bitcoin.assets
, etc. should now be accessed asClass.assets[network].ASSET
instead ofClass.assets.ASSET
(e.g.Ethereum.assets[RenNetwork.Mainnet].ETH
). - 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