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
Create a hardhat script that asserts the local accounts extension's storage layout against the deployed accounts extension's storage layout.
We can use openzeppelin-upgrades lib's helper functions like - assertStorageUpgradeSafe, getStorageLayout, etc....
assertStorageUpgradeSafe
getStorageLayout
Basic structure of the script: https://github.com/InstaDApp/dsa-contracts/blob/b9a488eba6c9a876ed20aaddb35f443128f00c69/scripts/validateStorageLayout.js#L2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a hardhat script that asserts the local accounts extension's storage layout against the deployed accounts extension's storage layout.
We can use openzeppelin-upgrades lib's helper functions like -
assertStorageUpgradeSafe
,getStorageLayout
, etc....Current accounts extension:
Basic structure of the script: https://github.com/InstaDApp/dsa-contracts/blob/b9a488eba6c9a876ed20aaddb35f443128f00c69/scripts/validateStorageLayout.js#L2
The text was updated successfully, but these errors were encountered: