Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 6588d9a1f2
commit 0c5d19e3a0
1423 changed files with 6413 additions and 6062 deletions
+2 -2
View File
@@ -104,10 +104,10 @@ pub use pezsp_runtime::BuildStorage;
pub use teyrchains_paras::Call as ParasCall;
/// Constant values used within the runtime.
use test_runtime_constants::{currency::*, fee::*, time::*};
use peztest_runtime_constants::{currency::*, fee::*, time::*};
pub mod xcm_config;
impl_runtime_weights!(test_runtime_constants);
impl_runtime_weights!(peztest_runtime_constants);
// Make the WASM binary available.
#[cfg(feature = "std")]