Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 1, 2023
1 parent 6c3462b commit 0652d74
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ impl pallet_xcm::Config for Runtime {
type XcmReserveTransferFilter = (
LocationWithAssetFilters<WithParentsZeroOrOne, AllAssets>,
bridging::to_rococo::AllowedReserveTransferAssets,
//bridging::to_rococo::AllowedReserveTransferAssetsEthereum,
bridging::to_wococo::AllowedReserveTransferAssets,
);

Expand Down Expand Up @@ -908,11 +907,6 @@ pub mod bridging {
AssetHubRococo::get()
);

/*pub EtherFromEthereum: (MultiAssetFilter, MultiLocation) = (
EthereumGatewayLocation::get().into(),
EthereumGatewayLocation::get()
);*/

/// Set up exporters configuration.
/// `Option<MultiAsset>` represents static "base fee" which is used for total delivery fee calculation.
pub BridgeTable: sp_std::vec::Vec<NetworkExportTableItem> = sp_std::vec![
Expand Down Expand Up @@ -986,12 +980,6 @@ pub mod bridging {
AllowedReserveTransferAssetsToAssetHubRococo,
>;

/*
pub type AllowedReserveTransferAssetsEthereum = LocationWithAssetFilters<
StartsWithExplicitGlobalConsensus<EthereumNetwork>, // TODO check
AllowedReserveTransferAssetsToEthereum,
>;*/

impl Contains<RuntimeCall> for ToRococoXcmRouter {
fn contains(call: &RuntimeCall) -> bool {
matches!(
Expand Down

0 comments on commit 0652d74

Please sign in to comment.