Skip to content

Commit

Permalink
patch collectives
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoPal committed Mar 19, 2024
1 parent d39b052 commit 38cf76f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions relay/kusama/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 16
name: "staking_admin",
max_deciding: 10,
decision_deposit: 5 * GRAND,
prepare_period: 2 * HOURS,
decision_period: 14 * DAYS,
confirm_period: 3 * HOURS,
min_enactment_period: 10 * MINUTES,
prepare_period: 5,
decision_period: 1,
confirm_period: 1,
min_enactment_period: 1,
min_approval: APP_STAKING_ADMIN,
min_support: SUP_STAKING_ADMIN,
},
Expand Down Expand Up @@ -156,10 +156,10 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 16
name: "fellowship_admin",
max_deciding: 10,
decision_deposit: 5 * GRAND,
prepare_period: 2 * HOURS,
decision_period: 14 * DAYS,
confirm_period: 3 * HOURS,
min_enactment_period: 10 * MINUTES,
prepare_period: 5,
decision_period: 1,
confirm_period: 1,
min_enactment_period: 1,
min_approval: APP_FELLOWSHIP_ADMIN,
min_support: SUP_FELLOWSHIP_ADMIN,
},
Expand Down
16 changes: 8 additions & 8 deletions relay/polkadot/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 16
name: "staking_admin",
max_deciding: 10,
decision_deposit: 5 * GRAND,
prepare_period: 2 * HOURS,
decision_period: 28 * DAYS,
confirm_period: 3 * HOURS,
min_enactment_period: 10 * MINUTES,
prepare_period: 5,
decision_period: 1,
confirm_period: 1,
min_enactment_period: 1,
min_approval: APP_STAKING_ADMIN,
min_support: SUP_STAKING_ADMIN,
},
Expand Down Expand Up @@ -156,10 +156,10 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 16
name: "fellowship_admin",
max_deciding: 10,
decision_deposit: 5 * GRAND,
prepare_period: 2 * HOURS,
decision_period: 28 * DAYS,
confirm_period: 3 * HOURS,
min_enactment_period: 10 * MINUTES,
prepare_period: 5,
decision_period: 1,
confirm_period: 1,
min_enactment_period: 1,
min_approval: APP_FELLOWSHIP_ADMIN,
min_support: SUP_FELLOWSHIP_ADMIN,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ impl pallet_referenda::TracksInfo<Balance, BlockNumber> for TracksInfo {
name: "fellows",
max_deciding: 10,
decision_deposit: 5 * DOLLARS,
prepare_period: 30 * MINUTES,
decision_period: 7 * DAYS,
confirm_period: 30 * MINUTES,
min_enactment_period: 5 * MINUTES,
prepare_period: 5,
decision_period: 1,
confirm_period: 1,
min_enactment_period: 1,
min_approval: pallet_referenda::Curve::LinearDecreasing {
length: Perbill::from_percent(100),
floor: Perbill::from_percent(50),
Expand Down

0 comments on commit 38cf76f

Please sign in to comment.