smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Upgrade plugins with @nomicfoundation/hardhat-toolbox #119

Closed marcosCardona closed 2 years ago

marcosCardona commented 2 years ago

Hardhat has released a plugin that imports by default some of the most common packages and intends to drop waffle to use Hardhat Chai Matchers and Hardhat Network Helpers instead.

The goal is to simplify the packages in use and utilize their improved testing library.

Migration guides: https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox https://hardhat.org/hardhat-runner/docs/guides/migrating-from-hardhat-waffle

andrejrakic commented 2 years ago

Thanks for raising this issue @marcosCardona, closing because it's already mentioned in #112

If you want to open a PR to do the migration feel free to do so, that will be super awesome 💯 Thanks