Skip to content

Releases: blockcoders/nestjs-ethers

v3.0.0

01 Oct 11:58
c6a2576

Choose a tag to compare

📚 PR:

v2.2.0

04 Nov 14:15
b5416e2

Choose a tag to compare

fixes (#160)

v2.1.0

17 Oct 12:02
d90bf1f

Choose a tag to compare

📚 PR:

  • #148 Added option to use MulticallProvider instead of StaticJsonRpcProvider when using custom provider by @0x67

v2.0.3

07 Jan 19:46

Choose a tag to compare

Bump to 2.0.3

v2.0.2

07 Jan 19:37

Choose a tag to compare

Update readme

v2.0.1

07 Jan 19:30

Choose a tag to compare

📚 PR:

  • #145 Fix @nestjs/common peer dependenciy version

v2.0.0

07 Jan 18:19

Choose a tag to compare

📚 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.

v1.0.3

14 Jul 11:12

Choose a tag to compare

📚 PR:

v1.0.2

08 May 12:04

Choose a tag to compare

📚 PR:

v1.0.1

15 Feb 10:50

Choose a tag to compare

📚 PR:

  • #133 Update dependencies