fix: kitchensink runtime partial fix (689 -> 4 errors), add pezsp-runtime dep

This commit is contained in:
2025-12-16 16:37:18 +03:00
parent 3b965f2069
commit e2aaca2b58
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -2866,6 +2866,9 @@ mod runtime {
pub type MultiAssetBounties = pezpallet_multi_asset_bounties::Pezpallet<Runtime>;
}
// Re-export all pallet types from the runtime module
pub use runtime::*;
/// The address format for describing accounts.
pub type Address = pezsp_runtime::MultiAddress<AccountId, AccountIndex>;
/// Block header type as expected by this runtime.