This release of Hardhat 3 introduces some new functionality and fixes some small bugs.
Multichain Solidity tests
You can now run solidity tests with different chain types, allowing you to precisely simulate OP chains when running them, increasing the confidence in your test results.
To try it out, you just need to use the --chain-type
option:
npx hardhat test --chain-type optimism
Changes
- 136a7fd: Use input fqn in etherscan verification
- bb433d2: Enable multichain testing support in Solidity test runner
- 6afa1ac: Change the return tupe of
provider.request
fromunknown
toany
- 9654d75: Combine and upgrade EDR dependencies to @ignored/edr-optimism v0.13.0-alpha.5 (#6912)
- bc9c472: Add task to change password in
hardhat-keystore
- 5fbea0d: Fixed misspelled words in all the packages
💡 The Nomic Foundation is hiring! Check our open positions.