Skip to content

Commit

Permalink
Remove feature flags for updated price tools (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovac12 authored Sep 27, 2024
1 parent 54d293b commit 884c580
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2039,10 +2039,7 @@ impl kensetsu::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Randomness = pallet_babe::ParentBlockRandomness<Self>;
type AssetInfoProvider = Assets;
#[cfg(feature = "wip")]
type PriceTools = price_tools::FastPriceTools<Runtime>;
#[cfg(not(feature = "wip"))]
type PriceTools = price_tools::Pallet<Runtime>;
type LiquidityProxy = LiquidityProxy;
type Oracle = OracleProxy;
type TradingPairSourceManager = trading_pair::Pallet<Runtime>;
Expand Down

0 comments on commit 884c580

Please sign in to comment.