@@ -752,7 +752,7 @@ impl pallet_collective::Config<CouncilCollective> for Runtime {
752
752
}
753
753
754
754
parameter_types ! {
755
- pub const CandidacyBond : Balance = 100 * DOLLARS ;
755
+ pub const CandidacyBond : Balance = 1 * DOLLARS ;
756
756
// 1 storage item created, key size is 32 bytes, value size is 16+16.
757
757
pub const VotingBondBase : Balance = 1 * DOLLARS ;
758
758
pub const VotingBondFactor : Balance = 1 * DOLLARS ;
@@ -822,7 +822,7 @@ impl pallet_membership::Config<pallet_membership::Instance1> for Runtime {
822
822
823
823
parameter_types ! {
824
824
pub const ProposalBond : Permill = Permill :: from_percent( 5 ) ;
825
- pub const ProposalBondMinimum : Balance = 100 * DOLLARS ;
825
+ pub const ProposalBondMinimum : Balance = 1 * DOLLARS ;
826
826
pub const SpendPeriod : BlockNumber = 5 * MINUTES ;
827
827
pub const Burn : Permill = Permill :: from_percent( 0 ) ;
828
828
pub const TipCountdown : BlockNumber = 5 * MINUTES ;
@@ -1098,12 +1098,12 @@ impl pallet_recovery::Config for Runtime {
1098
1098
}
1099
1099
1100
1100
parameter_types ! {
1101
- pub const CandidateDeposit : Balance = 10 * DOLLARS ;
1101
+ pub const CandidateDeposit : Balance = 1 * DOLLARS ;
1102
1102
pub const WrongSideDeduction : Balance = 2 * DOLLARS ;
1103
1103
pub const MaxStrikes : u32 = 10 ;
1104
1104
pub const RotationPeriod : BlockNumber = 5 * MINUTES ;
1105
- pub const PeriodSpend : Balance = 500 * DOLLARS ;
1106
- pub const MaxLockDuration : BlockNumber = 36 * 30 * DAYS ;
1105
+ pub const PeriodSpend : Balance = 5 * DOLLARS ;
1106
+ pub const MaxLockDuration : BlockNumber = 70 * MINUTES ;
1107
1107
pub const ChallengePeriod : BlockNumber = 15 * MINUTES ;
1108
1108
pub const MaxCandidateIntake : u32 = 10 ;
1109
1109
pub const SocietyPalletId : PalletId = PalletId ( * b"py/socie" ) ;
0 commit comments