Skip to content

Instantly share code, notes, and snippets.

@Theylon
Last active August 13, 2019 13:31
Show Gist options
  • Save Theylon/a4459bab4d4a23d6cd60f113625762f3 to your computer and use it in GitHub Desktop.
Save Theylon/a4459bab4d4a23d6cd60f113625762f3 to your computer and use it in GitHub Desktop.
Configuration json for ETHBerlin #dHack
{
"orgName":"ETHBerlin dHack.io",
"tokenName":"BerlinBlockchainWeek",
"tokenSymbol":"Ber",
"ContributionReward":{
},
"GenericScheme":{
"targetContract":"0x0000000000000000000000000000000000000000"
},
"SchemeRegistrar":{
"voteRegisterParams": 1,
"voteRemoveParams": 1
},
"UpgradeScheme":{ // remove? @Ben
"voteParams": 1
},
"VotingMachinesParams":[
{
"activationTime":"1566640800",
"boostedVotePeriodLimit":"259200",
"daoBountyConst":"10",
"minimumDaoBounty":"200000000000000000000", // =200
"preBoostedVotePeriodLimit":"172800",
"proposingRepReward":"0",
"queuedVotePeriodLimit":"864000",
"queuedVoteRequiredPercentage":"50",
"quietEndingPeriod":"172800",
"thresholdConst":"1150",
"voteOnBehalf":"0x0000000000000000000000000000000000000000",
"votersReputationLossRatio":"3"
},
{
"activationTime":"1566295200",
"boostedVotePeriodLimit":"691200",
"daoBountyConst":"10",
"minimumDaoBounty":"500000000000000000000",
"preBoostedVotePeriodLimit":"172800",
"proposingRepReward":"200000000000000000000",
"queuedVotePeriodLimit":"5184000",
"queuedVoteRequiredPercentage":"50",
"quietEndingPeriod":"345600",
"thresholdConst":"1649267441664",
"voteOnBehalf":"0x0000000000000000000000000000000000000000",
"votersReputationLossRatio":"4"
}
],
"schemes":{
"ContributionReward":true,
"GenericScheme":false,
"SchemeRegistrar":true,
"GlobalConstraintRegistrar": false,
"UpgradeScheme":false
},
"unregisterOwner":true,
"useUController":false,
"useDaoCreator":false,
"founders":[ //no initial founders
{
"address":"",
"tokens":0,
"reputation":100?
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment