mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-12 10:01:06 +00:00
Complete terminology rebrand to Pezkuwi ecosystem
Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe. Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team. Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
This commit is contained in:
Vendored
+5
-5
@@ -9,16 +9,16 @@ Freeform description of runtime purpose
|
||||
|
||||
== Configuration
|
||||
|
||||
// List of pallets with their config description
|
||||
// List of pezpallets with their config description
|
||||
|
||||
=== Pallet Category
|
||||
=== Pezpallet Category
|
||||
[%collapsible]
|
||||
====
|
||||
===== `++pallet_name++` link:https://google.com[{github-icon},role=heading-link]
|
||||
Freeform description of the reason why this pallet was added.
|
||||
===== `++pezpallet_name++` link:https://google.com[{github-icon},role=heading-link]
|
||||
Freeform description of the reason why this pezpallet was added.
|
||||
|
||||
Freeform description may include important configuration parameters as:
|
||||
impl pallet_name::Config for Runtime {
|
||||
impl pezpallet_name::Config for Runtime {
|
||||
type Config1 = Type1;
|
||||
type Config2 = Type2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user