You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prints out 0 address. I wanted to move to latest OZ v5 contracts and I have this issue in my tests. This same code works with 2.2.3 upgrades plugin and v4 of OpenZeppelin contracts. I'm using hardhat. Does anyone have this issue? Did something change in plugin, do I need to pass something more?
The text was updated successfully, but these errors were encountered:
It's completely unintuitive that you are inheriting Ownable2StepUpgraadeable and you don't call init of that contract, but you call it on contract that is one step further in inheritance line.
I have this piece of code in my tests
This prints out 0 address. I wanted to move to latest OZ v5 contracts and I have this issue in my tests. This same code works with 2.2.3 upgrades plugin and v4 of OpenZeppelin contracts. I'm using hardhat. Does anyone have this issue? Did something change in plugin, do I need to pass something more?
The text was updated successfully, but these errors were encountered: