Skip to content

v2.0.0

Compare
Choose a tag to compare
@0xslipk 0xslipk released this 07 Jan 18:19
· 12 commits to main since this release

πŸ“š PR:

BREAKING CHANGE

  • Dropped support for node < 14
  • Upgrade @nestjs/* from 8.x to 9.x
  • Remove deprecated ethereum chains (ropsten, rinkeby and kovan).
  • Add new RPC providers Moralis and Ankr.
  • Ethers.js is not longer part of the index.ts export.
  • @ethersproject/* is now part of peerDependencies.
  • Rename MATIC_NETWORK with POLYGON_NETWORK.