|
@@ -89,7 +89,7 @@ const WORKING_GROUP_MINT_CAPACITY_MAX_VALUE: u32 = 5_000_000;
|
|
|
// 'Set content working group mint capacity' proposal limit
|
|
|
const CONTENT_WORKING_GROUP_MINT_CAPACITY_MAX_VALUE: u32 = 1_000_000;
|
|
|
// Max allowed value for 'spending' proposal
|
|
|
-const MAX_SPENDING_PROPOSAL_VALUE: u32 = 2_000_000_u32;
|
|
|
+const MAX_SPENDING_PROPOSAL_VALUE: u32 = 5_000_000_u32;
|
|
|
// Max validator count for the 'set validator count' proposal
|
|
|
const MAX_VALIDATOR_COUNT: u32 = 100;
|
|
|
// council_size min value for the 'set election parameters' proposal
|