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
Not entirely sure the best way to approach such a feature, but it would be great to utilize Forge Scripts to generate proposals for Openzeppelin Defender: https://docs.openzeppelin.com/defender/admin.
The idea is that some changes to contracts need to be administered by a multi-sig (e.g. Gnosis Safe). I could see a workflow like this:
Create an upgrade/update script for forge, and run it to produce a proposal on Openzeppelin Defender
Check is on Defender, and approve with multisig
There is a hardhat defender plugin that can probably be mimicked. The idea is to simulate the script and gather the broadcasted transactions. Then convert those transactions into a format that Defender understands for proposals and send it over.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
Not entirely sure the best way to approach such a feature, but it would be great to utilize Forge Scripts to generate proposals for Openzeppelin Defender: https://docs.openzeppelin.com/defender/admin.
The idea is that some changes to contracts need to be administered by a multi-sig (e.g. Gnosis Safe). I could see a workflow like this:
There is a hardhat defender plugin that can probably be mimicked. The idea is to simulate the script and gather the broadcasted transactions. Then convert those transactions into a format that Defender understands for proposals and send it over.
Additional context
No response
The text was updated successfully, but these errors were encountered: