Skip to content

Commit

Permalink
Update relay/paseo/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Martinez Andres <[email protected]>
  • Loading branch information
raynaudoe and al3mart authored Sep 12, 2024
1 parent a37bccc commit c182569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ impl paras_registrar::Config for Runtime {

parameter_types! {
// 12 weeks = 3 months per lease period -> 8 lease periods ~ 2 years
pub LeasePeriod: BlockNumber = prod_or_fast!(12 * WEEKS, 12 * WEEKS, "PAS_LEASE_PERIOD");
pub LeasePeriod: BlockNumber =prod_or_fast!(1 * WEEKS, 1 * DAYS, "PAS_LEASE_PERIOD");
// Paseo Genesis was on May 26, 2020.
// Target Parachain Onboarding Date: Dec 15, 2021.
// Difference is 568 days.
Expand Down

0 comments on commit c182569

Please sign in to comment.