File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ type EnsureRootOrAllTechnicalCommittee = EitherOfDiverse<
496496> ;
497497
498498parameter_types ! {
499- pub const LaunchPeriod : u64 = 1000 * 60 * 60 * 24 * 7 ; // one week
499+ pub const LaunchPeriod : u64 = 60 * 60 * 24 * 7 ; // one week (seconds)
500500 pub const VotingPeriod : BlockNumber = 7 * DAYS ;
501501 pub const FastTrackVotingPeriod : BlockNumber = 3 * HOURS ;
502502 // Require 250 vINTR to make a proposal. Given the crowdloan airdrop, this qualifies about 7500
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ type EnsureRootOrAllTechnicalCommittee = EitherOfDiverse<
496496> ;
497497
498498parameter_types ! {
499- pub const LaunchPeriod : u64 = 1000 * 60 * 60 * 24 * 7 ; // one week
499+ pub const LaunchPeriod : u64 = 60 * 60 * 24 * 7 ; // one week (seconds)
500500 pub const VotingPeriod : BlockNumber = 2 * DAYS ;
501501 pub const FastTrackVotingPeriod : BlockNumber = 3 * HOURS ;
502502 // Require 5 vKINT to make a proposal. Given the crowdloan airdrop, this qualifies about 3500
You can’t perform that action at this time.
0 commit comments