-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pass proposals on mento gov #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 💯 worked smoothly for me.
One thing, I think the readme is quite outdated maybe we can add some information on how to differentiate between the governance
@philbow61 good idea, let me add that before merging |
* feat: mento gov utils scripts * fix: interfaces uses correct pragma * feat: pass and queue proposals * feat: remove --no-cache from script calls * fix: typo on a revert message * feat: improve logging * fix: remove tree that is pushed * fix: remove merge artifacts * feat: update readme
Description
Scripts for mento governance to pass and queue proposals on testnets
Other changes
Tested
Passed and queued proposals on Alfajores and Baklava
https://alfajores.celoscan.io/tx/0x0f10e6158a460f9c8932ebd2d9886ad3d61e4cca7b15be52d95effd208de444d
https://explorer.celo.org/baklava/tx/0x57f3ccd733938d30c211fd16244a5928d0766bbbaaa11b481e5a61a8da8b974a
You can perform a similar test following the steps listed here: #198
and instead of manual cast vote and queue, use yarn cgp:pass
Related issues