-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add simple SafeSnap setup instructions. #14
Conversation
|
||
3. `yarn build` | ||
|
||
4. `yarn hardhat --network <network> createDaoTemplate --oracle <oracle_address>` |
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.
Should we link where you can find the oracle addresses?
@@ -0,0 +1,15 @@ | |||
# Setup a SafeSnap DAO |
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.
Should we link this file in the readme?
|
||
4. `yarn hardhat --network <network> createDaoTemplate --oracle <oracle_address>` | ||
|
||
5. `yarn hardhat --network <network> setup --dao <safe_address> --oracle <realitio_address> --timeout 172800 --cooldown 86400` |
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.
template id is missing here
I think we can close this one since #17 is much more comprehensive. |
No description provided.