Skip to content

Commit

Permalink
Update lauch period
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Oct 27, 2023
1 parent a27f5b1 commit 76537c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ impl pallet_bags_list::Config for Runtime {
}

parameter_types! {
pub const LaunchPeriod: BlockNumber = 5 * MINUTES;
pub const LaunchPeriod: BlockNumber = 8 * MINUTES;
pub const VotingPeriod: BlockNumber = 5 * MINUTES;
pub const FastTrackVotingPeriod: BlockNumber = 5 * MINUTES;
pub const MinimumDeposit: Balance = 50_000 * DOLLARS;
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ impl pallet_bags_list::Config for Runtime {
}

parameter_types! {
pub const LaunchPeriod: BlockNumber = 5 * MINUTES;
pub const LaunchPeriod: BlockNumber = 8 * MINUTES;
pub const VotingPeriod: BlockNumber = 5 * MINUTES;
pub const FastTrackVotingPeriod: BlockNumber = 5 * MINUTES;
pub const MinimumDeposit: Balance = 50_000 * DOLLARS;
Expand Down

0 comments on commit 76537c3

Please sign in to comment.