-
Notifications
You must be signed in to change notification settings - Fork 271
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
With contracts-upgradeable v5.0.0-rc.0 adminAddress is zero #882
Comments
The Upgrades Plugins haven't yet been updated for 5.0 proxies. |
When will they be updated? I'm eager to try it. |
This is likely to happen a few weeks after we release 5.0. |
@SKYBITDev3 Can you provide more information about what you mean by In #883 we are enabling the import and upgrading of 5.0 proxies, but we did not encounter any issues for the actual import. If possible, can you share what your scripts look like for deploying and importing the proxies? |
Here is my deployment script and failure location: https://github.com/SKYBITDev3/SKYBIT-Keyless-Deployment/blob/0e8051ba6bffb2a296ed2234f0429b8a5a3c1ba0/scripts/deployViaCREATE3-TESTERC20UG.js#L92
I found |
Thanks for those details. The issue is that |
@SKYBITDev3 This is fixed in @openzeppelin/hardhat-upgrades@2.3.0, you can update to that release to get the I've opened an additional PR #887 to give a more helpful error message in this kind of scenario. |
Thank you @ericglau. I've tried it and it's now working. |
When trying contracts-upgradeable v5.0.0-rc.0 and hardhat-upgrades, calling
forceImport
now fails becauseadminAddress
is0x0000000000000000000000000000000000000000
.The text was updated successfully, but these errors were encountered: