mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-18 16:31:07 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -7,8 +7,8 @@ use pezframe_support::{
|
||||
weights::{constants::WEIGHT_REF_TIME_PER_SECOND, Weight},
|
||||
};
|
||||
use pezframe_system::EnsureRoot;
|
||||
use sp_core::ConstU32;
|
||||
use sp_runtime::{
|
||||
use pezsp_core::ConstU32;
|
||||
use pezsp_runtime::{
|
||||
traits::{Get, IdentityLookup},
|
||||
AccountId32,
|
||||
};
|
||||
@@ -26,7 +26,7 @@ parameter_types! {
|
||||
}
|
||||
|
||||
#[derive_impl(pezframe_system::config_preludes::TestDefaultConfig)]
|
||||
impl pezframe_system::Config for Runtime {
|
||||
impl frame_system::Config for Runtime {
|
||||
type AccountData = pezpallet_balances::AccountData<Balance>;
|
||||
type AccountId = AccountId;
|
||||
type Block = Block;
|
||||
|
||||
Reference in New Issue
Block a user