Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed May 7, 2024
1 parent f6ac70e commit 7055500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions integration-tests/src/cross_chain_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ use polkadot_xcm::{v4::prelude::*, VersionedAssets, VersionedXcm};

use cumulus_primitives_core::ParaId;
use orml_traits::currency::MultiCurrency;
use polkadot_xcm::opaque::v3::Junction;
use polkadot_xcm::opaque::v3::Junctions::{X1, X2};
use polkadot_xcm::opaque::v3::MultiLocation;
use polkadot_xcm::opaque::v3::{
Junction,
Junctions::{X1, X2},
MultiLocation,
};
use sp_core::H256;
use sp_runtime::traits::{AccountIdConversion, BlakeTwo256, Hash};
use xcm_emulator::TestExt;
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/src/exchange_asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ use xcm_emulator::TestExt;

use polkadot_xcm::{v4::prelude::*, VersionedXcm};

use polkadot_xcm::opaque::v3::Junction;
use polkadot_xcm::opaque::v3::Junctions::X2;
use polkadot_xcm::opaque::v3::MultiLocation;
use polkadot_xcm::opaque::v3::{Junction, Junctions::X2, MultiLocation};
use sp_std::sync::Arc;

pub const SELL: bool = true;
Expand Down

0 comments on commit 7055500

Please sign in to comment.