--- a/runtime/common/config/substrate.rs +++ b/runtime/common/config/substrate.rs @@ -15,6 +15,7 @@ // along with Unique Network. If not, see . use frame_support::{ + derive_impl, dispatch::DispatchClass, ord_parameter_types, parameter_types, traits::{ @@ -25,7 +26,7 @@ constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}, ConstantMultiplier, }, - PalletId, derive_impl, + PalletId, }; use frame_system::{ limits::{BlockLength, BlockWeights}, @@ -42,8 +43,8 @@ use crate::{ runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall, - RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, SS58Prefix, System, - Treasury, Version, RuntimeTask, + RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, RuntimeTask, SS58Prefix, + System, Treasury, Version, }; parameter_types! {