diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index b3f8d35dcf..32817b6dba 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -2039,10 +2039,7 @@ impl kensetsu::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Randomness = pallet_babe::ParentBlockRandomness; type AssetInfoProvider = Assets; - #[cfg(feature = "wip")] type PriceTools = price_tools::FastPriceTools; - #[cfg(not(feature = "wip"))] - type PriceTools = price_tools::Pallet; type LiquidityProxy = LiquidityProxy; type Oracle = OracleProxy; type TradingPairSourceManager = trading_pair::Pallet;