-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update governance script #263
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
async function main() { | ||
const tx = new Transaction(); | ||
|
||
let governanceConfig = new GovernanceConfig({ | ||
communityVoteThreshold: new VoteThreshold({ | ||
type: VoteThresholdType.YesVotePercentage, | ||
value: 50, | ||
}), // 50% of the locked supply | ||
value: 10, // 10% |
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.
this seems wrong?
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.
maybe change this back if you changed it for devnet to prevent accidents
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.
It's ok to start it with 10% and adjust it later
2f9ca22
to
0b22042
Compare
Just updating the create governance script for the current deployment