Skip to content

Commit

Permalink
[Runtime] Decrease the LaunchPeriod to 3 days (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyyrroonn authored Sep 26, 2022
1 parent d7fbcee commit febe747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ impl pallet_membership::Config<pallet_membership::Instance1> for Runtime {
}

parameter_types! {
pub const LaunchPeriod: BlockNumber = 7 * DAYS;
pub const LaunchPeriod: BlockNumber = 3 * DAYS;
pub const VotingPeriod: BlockNumber = 7 * DAYS;
pub const FastTrackVotingPeriod: BlockNumber = 3 * HOURS;
pub const InstantAllowed: bool = true;
Expand Down

0 comments on commit febe747

Please sign in to comment.