Skip to content

Commit

Permalink
change(kreivo-runtime): increase decision deposit for Root to 10 KSM
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed May 11, 2024
1 parent 9478b52 commit f375929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/kreivo/src/collective/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl pallet_referenda::TracksInfo<Balance, BlockNumber> for TracksInfo {
info: pallet_referenda::TrackInfo {
name: s("Root"),
max_deciding: 1,
decision_deposit: UNITS,
decision_deposit: 10 * UNITS,
prepare_period: 15 * MINUTES,
decision_period: 4 * DAYS,
confirm_period: 15 * MINUTES,
Expand Down

0 comments on commit f375929

Please sign in to comment.