Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Make submission deposit reasonable (#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored Dec 6, 2022
1 parent 09f2d1a commit eaa5b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/kusama/src/governance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl pallet_conviction_voting::Config for Runtime {

parameter_types! {
pub const AlarmInterval: BlockNumber = 1;
pub const SubmissionDeposit: Balance = 100 * UNITS;
pub const SubmissionDeposit: Balance = 1 * QUID;
pub const UndecidingTimeout: BlockNumber = 28 * DAYS;
}

Expand Down

0 comments on commit eaa5b3a

Please sign in to comment.