mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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:
@@ -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