-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@openzeppelin/hardhat-upgrades does not install with latest hardhat-toolbox #932
Comments
Thanks for raising this. We will likely make this change in hardhat-upgrades v3 which will be a major version bump (current alpha version available here does not include this yet). |
Thank you for sharing this! Timeline? I have a tight timeline. As a workaround, should I uninstall the hardhat-toolbox and then install upgrades? |
As a workaround, you could force install |
and require
|
We've released @openzeppelin/[email protected] which resolves this. |
After the latest hardhat upgrade, the hardhat-toolbox library has a dependency conflict due to different versions of the verify package in the hardhat-upgrades and the hardhat-tool box libraries when trying to install hardhat-upgrades.
hardhat-upgrades library needs to be upgraded to the latest version of the verify package.
see PR #912 from renovate bot
The text was updated successfully, but these errors were encountered: