-
Notifications
You must be signed in to change notification settings - Fork 19
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
Deploy task removed? #30
Comments
we refactored the deploy script to make verification easier — you should be able to deploy with changes were made here with more info: https://github.com/gnosisguild/zodiac-modifier-delay/pull/29/files#diff-281338bc1638d32f212389de68eeee9db1730602b9551d81eb569ee97f683249 |
Thank you @samepant for the answer. My goal here is to deploy an instance of the Delay safe plugin on a network where the master copy already exists (such as mainnet). It seems that the deploy master copy task is for network where the Delay contract hasn't been deployed yet. Or am I misunderstanding the meaning of "master" here ? |
hey @clemsos i misunderstood what you were asking, sorry! to deploy a new delay module use our new we are still working on improving all this tooling, let us know if you have feedback :) |
No worries, my demand wasn't very clear in the first place. Anyways that worked 👍 Sidenote, I am using the Connext plugin and that one hasnt been migrated to the new format yet. thank you very much ! |
Hi, I have been using delay modules on various chains but it seems you have removed the
yarn deploy
task and the corresponding hardhat script. There may be a good reason for it, but what will be the best way to deploy the contract from a script now ?The text was updated successfully, but these errors were encountered: