Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. {
  2. "orgName": "Dspace",
  3. "tokenName": "",
  4. "tokenSymbol": "",
  5. {
  6. "ContributionReward": {
  7. },
  8. "GenericScheme": {
  9. "targetContract": "0x0000000000000000000000000000000000000000"
  10. },
  11. "SchemeRegistrar": {
  12. },
  13. "GlobalConstraintRegistrar": {
  14. },
  15. "UpgradeScheme": {
  16. },
  17. "VotingMachinesParams": [
  18. //Contribution Reward
  19. {
  20. "activationTime": "0",
  21. "boostedVotePeriodLimit": "172800",
  22. "daoBountyConst": "10",
  23. "minimumDaoBounty": "150000000000000000000", //150!
  24. "preBoostedVotePeriodLimit": "86400",
  25. "proposingRepReward": "10",
  26. "queuedVotePeriodLimit": "2592000",
  27. "queuedVoteRequiredPercentage": "50",
  28. "quietEndingPeriod": "172800",
  29. "thresholdConst": "1.199999999999818",
  30. "voteOnBehalf": "0x0000000000000000000000000000000000000000",
  31. "votersReputationLossRatio": "4"
  32. }
  33. // Scheme Registrar
  34. {
  35. "activationTime": "0",
  36. "boostedVotePeriodLimit": "691200",
  37. "daoBountyConst": "10",
  38. "minimumDaoBounty": "500000000000000000000", //500!
  39. "preBoostedVotePeriodLimit": "172800",
  40. "proposingRepReward": "10",
  41. "queuedVotePeriodLimit": "5184000",
  42. "queuedVoteRequiredPercentage": "50",
  43. "quietEndingPeriod": "345600",
  44. "thresholdConst": "1.5",
  45. "voteOnBehalf": "0x0000000000000000000000000000000000000000",
  46. "votersReputationLossRatio": "4"
  47. }
  48. ],
  49. "schemes": {
  50. "ContributionReward": true,
  51. "GenericScheme": false,
  52. "SchemeRegistrar": true,
  53. "GlobalConstraintRegistrar": true,
  54. "UpgradeScheme": true
  55. },
  56. "unregisterOwner": true,
  57. "useUController": false,
  58. "useDaoCreator": false,
  59. -------------------------------------------------
  60. // FOUNDERS
  61. "founders": [
  62. {
  63. "address": "0xa15Ca74e65bf72730811ABF95163E89aD9b9DFF6",
  64. "tokens": 0,
  65. "reputation": 100
  66. },
  67.  
  68. ]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement