nomiclabs/hardhat
### [`v2.13.1`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.13.1): Hardhat v2.13.1
[Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.13.0...hardhat@2.13.1)
This release adds support for the upcoming Shanghai hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config:
```js
module.exports = {
networks: {
hardhat: {
hardfork: "shanghai"
}
}
}
```
Besides that, this version fixes a problem when importing scoped packages in a Yarn Berry monorepo that uses PnP (thanks [@zouguangxian](https://togithub.com/zouguangxian)!)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.13.0
->2.13.1
Release Notes
nomiclabs/hardhat
### [`v2.13.1`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.13.1): Hardhat v2.13.1 [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.13.0...hardhat@2.13.1) This release adds support for the upcoming Shanghai hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config: ```js module.exports = { networks: { hardhat: { hardfork: "shanghai" } } } ``` Besides that, this version fixes a problem when importing scoped packages in a Yarn Berry monorepo that uses PnP (thanks [@zouguangxian](https://togithub.com/zouguangxian)!)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.