Skip to content

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

2 participants