We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @raulk
Using OpenZeppelin's framework upgradable means:
Per https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable#initializing_the_implementation_contract investigate if we need the constructor to have:
/// @custom:oz-upgrades-unsafe-allow constructor constructor() { _disableInitializers(); }
Fixed by #841
The text was updated successfully, but these errors were encountered:
raulk
Successfully merging a pull request may close this issue.
From @raulk
Using OpenZeppelin's framework upgradable means:
Per https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable#initializing_the_implementation_contract
investigate if we need the constructor to have:
Fixed by #841
The text was updated successfully, but these errors were encountered: