Skip to content

Commit

Permalink
fix track info
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 1, 2024
1 parent 8e05bf9 commit aede778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/regionx/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ const DELEGATED_REFERENDA_TRACKS: [(u16, pallet_referenda::TrackInfo<Balance, Bl
name: "whitelisted_caller",
max_deciding: 50,
decision_deposit: 50 * KSM,
prepare_period: 14 * MINUTES,
prepare_period: 30 * MINUTES,
decision_period: 14 * DAYS,
confirm_period: 14 * MINUTES,
min_enactment_period: 14 * MINUTES,
confirm_period: 30 * MINUTES,
min_enactment_period: 30 * MINUTES,
min_approval: APP_WHITELISTED_CALLER,
min_support: SUP_WHITELISTED_CALLER,
},
Expand Down Expand Up @@ -99,7 +99,7 @@ const NATIVE_REFERENDA_TRACKS: [(u16, pallet_referenda::TrackInfo<Balance, Block
prepare_period: 14 * MINUTES,
decision_period: 7 * DAYS,
confirm_period: 4 * HOURS,
min_enactment_period: 14 * MINUTES,
min_enactment_period: 30 * MINUTES,
min_approval: APP_SMALL_TIPPER,
min_support: SUP_SMALL_TIPPER,
},
Expand Down

0 comments on commit aede778

Please sign in to comment.