snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ pub mod pallet {
pub struct Pallet<T>(_);
#[pallet::config]
pub trait Config: pezframe_system::Config + cumulus_pallet_teyrchain_system::Config {}
pub trait Config: pezframe_system::Config + pezcumulus_pallet_teyrchain_system::Config {}
/// A simple storage map for testing purposes.
#[pallet::storage]
@@ -49,7 +49,7 @@ pub mod pallet {
_: OriginFor<T>,
custom_header: alloc::vec::Vec<u8>,
) -> DispatchResult {
cumulus_pallet_teyrchain_system::Pallet::<T>::set_custom_validation_head_data(
pezcumulus_pallet_teyrchain_system::Pallet::<T>::set_custom_validation_head_data(
custom_header,
);
Ok(())