@@ -33,7 +33,7 @@ use module_support::HomaSubAccountXcm;
3333use module_transaction_payment:: BuyWeightRateOfTransactionFeePool ;
3434use orml_traits:: parameter_type_with_key;
3535use orml_xcm_support:: { DepositToAlternative , IsNativeConcrete , MultiCurrencyAdapter , MultiNativeAsset } ;
36- use orml_xtokens:: AbsoluteReserveProviderMigrationPhase ;
36+ use orml_xtokens:: AbsoluteReserveProvider ;
3737use parachains_common:: message_queue:: { NarrowOriginToSibling , ParaIdToSibling } ;
3838use parity_scale_codec:: { Decode , Encode } ;
3939use polkadot_runtime_common:: xcm_sender:: NoPriceForMessageDelivery ;
@@ -153,7 +153,7 @@ type Reserves = (
153153 // Relaychain (KSM) from Asset Hub
154154 Case < RelayChainNativeAssetFromAssetHub > ,
155155 // Assets which the reserve is the same as the origin.
156- MultiNativeAsset < AbsoluteReserveProviderMigrationPhase < Runtime > > ,
156+ MultiNativeAsset < AbsoluteReserveProvider > ,
157157) ;
158158
159159pub type Trader = (
@@ -337,10 +337,9 @@ impl orml_xtokens::Config for Runtime {
337337 type MaxAssetsForTransfer = MaxAssetsForTransfer ;
338338 type MinXcmFee = ParachainMinFee ;
339339 type LocationsFilter = Everything ;
340- type ReserveProvider = AbsoluteReserveProviderMigrationPhase < Runtime > ;
340+ type ReserveProvider = AbsoluteReserveProvider ;
341341 type RateLimiter = ( ) ;
342342 type RateLimiterId = ( ) ;
343- type MigrationPhaseUpdateOrigin = EnsureRootOrHalfGeneralCouncil ;
344343}
345344
346345pub type LocalAssetTransactor = (
0 commit comments