Browse Source

allow higher lead rewards

JoystreamStats 3 years ago
parent
commit
fc3fa6f3fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pioneer/packages/joy-proposals/src/validationSchema.ts

+ 1 - 1
pioneer/packages/joy-proposals/src/validationSchema.ts

@@ -82,7 +82,7 @@ const WG_MINT_CAP_MAX = 50000000;
 // Fill Working Group Leader Opening / Set Working Group Lead Reward
 // Fill Working Group Leader Opening / Set Working Group Lead Reward
 // TODO: Discuss the actual values
 // TODO: Discuss the actual values
 const MIN_REWARD_AMOUNT = 1;
 const MIN_REWARD_AMOUNT = 1;
-const MAX_REWARD_AMOUNT = 100000;
+const MAX_REWARD_AMOUNT = 1000000;
 const MIN_REWARD_INTERVAL = 600; // 1 h
 const MIN_REWARD_INTERVAL = 600; // 1 h
 const MAX_REWARD_INTERVAL = 30 * 14400; // 30 days
 const MAX_REWARD_INTERVAL = 30 * 14400; // 30 days
 // 3 days margin (voting_period) to prevent FillOpeningInvalidNextPaymentBlock
 // 3 days margin (voting_period) to prevent FillOpeningInvalidNextPaymentBlock