proposal-parameters.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "set_max_validator_count_proposal": {
  3. "voting_period": 20,
  4. "grace_period": 0
  5. },
  6. "runtime_upgrade_proposal": {
  7. "voting_period": 100,
  8. "grace_period": 20,
  9. "constitutionality": 2
  10. },
  11. "signal_proposal": {
  12. "voting_period": 20,
  13. "grace_period": 0
  14. },
  15. "funding_request_proposal": {
  16. "voting_period": 20,
  17. "grace_period": 10
  18. },
  19. "create_working_group_lead_opening_proposal": {
  20. "voting_period": 20,
  21. "grace_period": 0
  22. },
  23. "fill_working_group_lead_opening_proposal": {
  24. "voting_period": 20,
  25. "grace_period": 0
  26. },
  27. "update_working_group_budget_proposal": {
  28. "voting_period": 20,
  29. "grace_period": 0
  30. },
  31. "decrease_working_group_lead_stake_proposal": {
  32. "voting_period": 20,
  33. "grace_period": 0
  34. },
  35. "slash_working_group_lead_proposal": {
  36. "voting_period": 20,
  37. "grace_period": 0
  38. },
  39. "set_working_group_lead_reward_proposal": {
  40. "voting_period": 20,
  41. "grace_period": 0
  42. },
  43. "terminate_working_group_lead_proposal": {
  44. "voting_period": 20,
  45. "grace_period": 0
  46. },
  47. "amend_constitution_proposal": {
  48. "voting_period": 20,
  49. "grace_period": 20,
  50. "constitutionality": 2
  51. },
  52. "cancel_working_group_lead_opening_proposal": {
  53. "voting_period": 20,
  54. "grace_period": 0
  55. },
  56. "set_membership_price_proposal": {
  57. "voting_period": 20,
  58. "grace_period": 10
  59. },
  60. "set_council_budget_increment_proposal": {
  61. "voting_period": 20,
  62. "grace_period": 10
  63. },
  64. "set_councilor_reward_proposal": {
  65. "voting_period": 20,
  66. "grace_period": 20
  67. },
  68. "set_initial_invitation_balance_proposal": {
  69. "voting_period": 20,
  70. "grace_period": 10
  71. },
  72. "set_membership_lead_invitation_quota_proposal": {
  73. "voting_period": 20,
  74. "grace_period": 10
  75. },
  76. "set_referral_cut_proposal": {
  77. "voting_period": 20,
  78. "grace_period": 10
  79. },
  80. "set_invitation_count_proposal": {
  81. "voting_period": 20,
  82. "grace_period": 10
  83. },
  84. "create_blog_post_proposal": {
  85. "voting_period": 20,
  86. "grace_period": 10
  87. },
  88. "edit_blog_post_proposal": {
  89. "voting_period": 20,
  90. "grace_period": 10
  91. },
  92. "lock_blog_post_proposal": {
  93. "voting_period": 20,
  94. "grace_period": 10
  95. },
  96. "unlock_blog_post_proposal": {
  97. "voting_period": 20,
  98. "grace_period": 10
  99. },
  100. "veto_proposal_proposal": {
  101. "voting_period": 20,
  102. "grace_period": 0
  103. }
  104. }