diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs index 4566d7bf13a6..4fcebe9be1bd 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs @@ -678,7 +678,6 @@ impl pallet_xcm::Config for Runtime { type XcmReserveTransferFilter = ( LocationWithAssetFilters, bridging::to_rococo::AllowedReserveTransferAssets, - //bridging::to_rococo::AllowedReserveTransferAssetsEthereum, bridging::to_wococo::AllowedReserveTransferAssets, ); @@ -908,11 +907,6 @@ pub mod bridging { AssetHubRococo::get() ); - /*pub EtherFromEthereum: (MultiAssetFilter, MultiLocation) = ( - EthereumGatewayLocation::get().into(), - EthereumGatewayLocation::get() - );*/ - /// Set up exporters configuration. /// `Option` represents static "base fee" which is used for total delivery fee calculation. pub BridgeTable: sp_std::vec::Vec = sp_std::vec![ @@ -986,12 +980,6 @@ pub mod bridging { AllowedReserveTransferAssetsToAssetHubRococo, >; - /* - pub type AllowedReserveTransferAssetsEthereum = LocationWithAssetFilters< - StartsWithExplicitGlobalConsensus, // TODO check - AllowedReserveTransferAssetsToEthereum, - >;*/ - impl Contains for ToRococoXcmRouter { fn contains(call: &RuntimeCall) -> bool { matches!(