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:
Bastian Köcher
2021-12-25 08:46:51 +01:00
committed by GitHub
parent 48dc675047
commit 1d80a05ff0
3 changed files with 170 additions and 154 deletions
+1 -1
View File
@@ -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.