Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uplift to stable2407 #1372

Merged
merged 12 commits into from
Oct 23, 2024
Prev Previous commit
Next Next commit
fix integration tests
vedhavyas committed Oct 17, 2024
commit ca1ad2f2bcd96e20898b838591056d6ef6f8b7ac
4 changes: 2 additions & 2 deletions tests/integration/src/xcm_api.rs
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ use xcm::{
},
VersionedLocation, VersionedXcm,
};
use xcm_fee_payment_runtime_api::dry_run::runtime_decl_for_dry_run_api::DryRunApiV1;
use xcm_fee_payment_runtime_api::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1;
use xcm_runtime_apis::dry_run::runtime_decl_for_dry_run_api::DryRunApiV1;
use xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1;

/// Register an asset into `pallet-assets` instance, and register as as cross-chain asset.
///