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

Commit

Permalink
attempts to fix xcm config
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Oct 26, 2023
1 parent 9e941d3 commit 1217723
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,11 @@ pub mod bridging {
AssetHubRococo::get()
);

pub EtherFromEthereum: (MultiAssetFilter, MultiLocation) = (
Wild(AllOf { fun: WildFungible, id: Concrete(EthereumLocation::get()) }),
EthereumLocation::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 @@ -962,6 +967,7 @@ pub mod bridging {
(
// allow receive ROC from AssetHubRococo
xcm_builder::Case<RocFromAssetHubRococo>,
xcm_builder::Case<EtherFromEthereum>,
// and nothing else
),
>;
Expand Down

0 comments on commit 1217723

Please sign in to comment.