All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- support for RSK, Binance and Avalanche as well as their respective testnets
- updated network parsing, hardhat-tenderly will now pick up the network chain id provided in config
- push and verify will now correctly fall back to the network provided in contracts when no --network flag is passed
- persistArtifact now correctly recursively traverses the dependencies of a contract
- Axios version bumped to 0.21.1
- Fixed config type bindings
- Added persistArtifact type definition to type-extension file
- Resolved bytecode mismatch errors due to bad solc optimizer parsing.
- Fixed npm configuration so that the package now installs properly.