Skip to content

Commit

Permalink
fix merge dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
acatangiu committed Oct 17, 2024
1 parent 4d9cc77 commit cdfecb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ impl pallet_assets::Config<ForeignAssetsInstance> for Runtime {
type Currency = Balances;
type CreateOrigin = ForeignCreators<
(
FromSiblingParachain<parachain_info::Pallet<Runtime>, Location>,
FromNetwork<xcm_config::UniversalLocation, EthereumNetwork, Location>,
FromSiblingParachain<parachain_info::Pallet<Runtime>, xcm::v5::Location>,
FromNetwork<xcm_config::UniversalLocation, EthereumNetwork, xcm::v5::Location>,
xcm_config::bridging::to_rococo::RococoAssetFromAssetHubRococo,
),
ForeignCreatorsSovereignAccountOf,
Expand Down

0 comments on commit cdfecb7

Please sign in to comment.