File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ impl pallet_conviction_voting::Config for Runtime {
44
44
45
45
parameter_types ! {
46
46
pub const AlarmInterval : BlockNumber = 1 ;
47
- pub const SubmissionDeposit : Balance = 100 * UNIT * SUPPLY_FACTOR ;
48
- pub const UndecidingTimeout : BlockNumber = 28 * DAYS ;
47
+ pub const SubmissionDeposit : Balance = 10 * UNIT * SUPPLY_FACTOR ;
48
+ pub const UndecidingTimeout : BlockNumber = 14 * DAYS ;
49
49
}
50
50
51
51
pub type GeneralAdminOrRoot = EitherOf < EnsureRoot < AccountId > , origins:: GeneralAdmin > ;
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ impl pallet_conviction_voting::Config for Runtime {
44
44
45
45
parameter_types ! {
46
46
pub const AlarmInterval : BlockNumber = 1 ;
47
- pub const SubmissionDeposit : Balance = 100 * MOVR * SUPPLY_FACTOR ;
48
- pub const UndecidingTimeout : BlockNumber = 28 * DAYS ;
47
+ pub const SubmissionDeposit : Balance = 10 * MOVR * SUPPLY_FACTOR ;
48
+ pub const UndecidingTimeout : BlockNumber = 14 * DAYS ;
49
49
}
50
50
51
51
// Origin for general admin or root
You can’t perform that action at this time.
0 commit comments