Skip to content

Commit

Permalink
update economic_parameters track
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Jan 14, 2025
1 parent 9bbc194 commit 8bc6f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/hydradx/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 10
pallet_referenda::TrackInfo {
name: "economic_parameters",
max_deciding: 3,
decision_deposit: 500_000 * UNITS,
decision_deposit: 750_000 * UNITS,
prepare_period: 60 * MINUTES,
decision_period: 7 * DAYS,
confirm_period: 3 * HOURS,
confirm_period: 12 * HOURS,
min_enactment_period: 10 * MINUTES,
min_approval: APP_RECIP,
min_support: SUP_RECIP,
min_support: SUP_LINEAR_FROM_25,
},
),
];
Expand Down

0 comments on commit 8bc6f60

Please sign in to comment.