Releases: blockcoders/nestjs-ethers
Releases · blockcoders/nestjs-ethers
v3.0.0
v2.2.0
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
📚 PR:
- #140 Release v2.0.0 - Nest.js v9
- #142 Update README.md by @copocaneta
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_NETWORKwithPOLYGON_NETWORK.
v1.0.3
📚 PR:
- #141 Update dependencies
- #139 Fix: Function name createWalletFromEncryptedJson by @GustavoRSSilva
- #138 Fix: README injected variable ethersContract by @GustavoRSSilva