diff --git a/runtime/laos/src/configs/collective_council.rs b/runtime/laos/src/configs/collective_council.rs index 083e6808..848850fd 100644 --- a/runtime/laos/src/configs/collective_council.rs +++ b/runtime/laos/src/configs/collective_council.rs @@ -2,11 +2,11 @@ use crate::{weights, AccountId, BlockNumber, Runtime, RuntimeCall, RuntimeEvent, use frame_support::{pallet_prelude::Weight, parameter_types}; use frame_system::EnsureRoot; use laos_primitives::RuntimeBlockWeights; -use sp_runtime::Perbill; -#[cfg(feature = "fast-mode")] -use parachains_common::MINUTES; #[cfg(not(feature = "fast-mode"))] use parachains_common::DAYS; +#[cfg(feature = "fast-mode")] +use parachains_common::MINUTES; +use sp_runtime::Perbill; #[cfg(feature = "fast-mode")] pub const COUNCIL_MOTION_DURATION: BlockNumber = 5 * MINUTES; diff --git a/runtime/laos/src/configs/treasury.rs b/runtime/laos/src/configs/treasury.rs index e76fa8c3..57cbf1af 100644 --- a/runtime/laos/src/configs/treasury.rs +++ b/runtime/laos/src/configs/treasury.rs @@ -12,10 +12,10 @@ use frame_support::{ PalletId, }; use frame_system::EnsureRoot; -#[cfg(feature = "fast-mode")] -use parachains_common::MINUTES; #[cfg(not(feature = "fast-mode"))] use parachains_common::DAYS; +#[cfg(feature = "fast-mode")] +use parachains_common::MINUTES; use sp_runtime::traits::IdentityLookup; #[cfg(feature = "fast-mode")]