Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub use xcm_executor::{
},
AssetsInHolding, Config,
};
pub use xcm_simulator::helpers::derive_topic_id;
pub use xcm_pez_simulator::helpers::derive_topic_id;
#[derive(Debug)]
pub enum TestOrigin {
@@ -24,7 +24,7 @@ use pezframe_system::{EnsureRoot, EnsureSigned};
use pezkuwi_primitives::{AccountIndex, BlakeTwo256, Signature};
use pezsp_runtime::{generic, traits::MaybeEquivalence, AccountId32, BuildStorage};
use xcm_executor::{traits::ConvertLocation, XcmExecutor};
use xcm_simulator::ParaId;
use xcm_pez_simulator::ParaId;
pub type TxExtension = (
pezframe_system::AuthorizeCall<Test>,