Skip to content

feat: deploy script #41

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

feat: deploy script #41

wants to merge 4 commits into from

Conversation

grothem
Copy link
Collaborator

@grothem grothem commented Dec 16, 2022

Adds in a script for deploying the protocol and related contracts.

closes #37

@vercel
Copy link

vercel bot commented Dec 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rousseau-protocol ✅ Ready (Inspect) Visit Preview Dec 21, 2022 at 9:39PM (UTC)


uint256 votePeriod = 86400;
uint256 voteDelay = 86400;
uint256 quorumPercentage = 50;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just guessed on some reasonable defaults. I was assuming the period and delay was time in seconds, so I set to 1 day. But let me know if that's not right, or we want different values here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create deployment testnet script
1 participant