--- a/pallets/foreign-assets/src/lib.rs +++ b/pallets/foreign-assets/src/lib.rs @@ -543,7 +543,7 @@ { fn convert(collection_id: CollectionId) -> Option { if collection_id == NATIVE_FUNGIBLE_COLLECTION_ID { - Some(Here.into()) + Some(T::SelfLocation::get()) } else { >::collection_to_foreign_reserve_location(collection_id).or_else(|| { T::SelfLocation::get()