mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 03:41:06 +00:00
Relaunch Rococo (#4577)
* changed Rococos epoch to 1h * Changed assigned_slots parameters to match ecosystem needs * Update rococo chain spec Co-authored-by: Santi Balaguer <santiago.balaguer@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -36,7 +36,7 @@ pub mod time {
|
||||
pub const MILLISECS_PER_BLOCK: Moment = 6000;
|
||||
pub const SLOT_DURATION: Moment = MILLISECS_PER_BLOCK;
|
||||
frame_support::parameter_types! {
|
||||
pub storage EpochDurationInBlocks: BlockNumber = 10 * MINUTES;
|
||||
pub storage EpochDurationInBlocks: BlockNumber = 1 * HOURS;
|
||||
}
|
||||
|
||||
// These time units are defined in number of blocks.
|
||||
|
||||
@@ -802,9 +802,9 @@ impl parachains_initializer::Config for Runtime {
|
||||
impl paras_sudo_wrapper::Config for Runtime {}
|
||||
|
||||
parameter_types! {
|
||||
pub const PermanentSlotLeasePeriodLength: u32 = 26;
|
||||
pub const TemporarySlotLeasePeriodLength: u32 = 1;
|
||||
pub const MaxPermanentSlots: u32 = 5;
|
||||
pub const PermanentSlotLeasePeriodLength: u32 = 356;
|
||||
pub const TemporarySlotLeasePeriodLength: u32 = 3;
|
||||
pub const MaxPermanentSlots: u32 = 25;
|
||||
pub const MaxTemporarySlots: u32 = 20;
|
||||
pub const MaxTemporarySlotPerLeasePeriod: u32 = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user