mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 10:31: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:
+14
-14
@@ -3,7 +3,7 @@
|
||||
** xref:guides/weights_fees.adoc[Weights & Fees]
|
||||
** xref:guides/async_backing.adoc[Async Backing]
|
||||
** xref:guides/hrmp_channels.adoc[Sending XCM between Parachains]
|
||||
** xref:guides/pallet_abstractions.adoc[OpenZeppelin Pallet Abstractions]
|
||||
** xref:guides/pezpallet_abstractions.adoc[OpenZeppelin Pezpallet Abstractions]
|
||||
** xref:guides/pay_dot_as_a_fee.adoc[Pay DOT as a Fee]
|
||||
* EVM Template Guides
|
||||
** xref:guides/contract_migration.adoc[Contract Migration]
|
||||
@@ -15,19 +15,19 @@
|
||||
** xref:runtimes/evm.adoc[EVM Runtime]
|
||||
* Runtime Descriptions
|
||||
** xref:runtime/xcm_executor.adoc[XCM Executor]
|
||||
* Pallet Specifications
|
||||
** xref:pallets/aura_ext.adoc[cumulus_pallet_aura_ext]
|
||||
** xref:pallets/parachain-system.adoc[cumulus_pallet_parachain_system]
|
||||
** xref:pallets/xcmp-queue.adoc[cumulus_pallet_xcmp_queue]
|
||||
** xref:pallets/assets.adoc[pallet_assets]
|
||||
** xref:pallets/balances.adoc[pallet_balances]
|
||||
** xref:pallets/collator-selection.adoc[pallet_collator_selection]
|
||||
** xref:pallets/message-queue.adoc[pallet_message_queue]
|
||||
** xref:pallets/multisig.adoc[pallet_multisig]
|
||||
** xref:pallets/proxy.adoc[pallet_proxy]
|
||||
** xref:pallets/transaction_payment.adoc[pallet_transaction_payment]
|
||||
** xref:pallets/treasury.adoc[pallet_treasury]
|
||||
** xref:pallets/xcm.adoc[pallet_xcm]
|
||||
* Pezpallet Specifications
|
||||
** xref:pezpallets/aura_ext.adoc[cumulus_pezpallet_aura_ext]
|
||||
** xref:pezpallets/parachain-system.adoc[cumulus_pezpallet_parachain_system]
|
||||
** xref:pezpallets/xcmp-queue.adoc[cumulus_pezpallet_xcmp_queue]
|
||||
** xref:pezpallets/assets.adoc[pezpallet_assets]
|
||||
** xref:pezpallets/balances.adoc[pezpallet_balances]
|
||||
** xref:pezpallets/collator-selection.adoc[pezpallet_collator_selection]
|
||||
** xref:pezpallets/message-queue.adoc[pezpallet_message_queue]
|
||||
** xref:pezpallets/multisig.adoc[pezpallet_multisig]
|
||||
** xref:pezpallets/proxy.adoc[pezpallet_proxy]
|
||||
** xref:pezpallets/transaction_payment.adoc[pezpallet_transaction_payment]
|
||||
** xref:pezpallets/treasury.adoc[pezpallet_treasury]
|
||||
** xref:pezpallets/xcm.adoc[pezpallet_xcm]
|
||||
* Misc
|
||||
** xref:misc/multisig-accounts.adoc[Multisig Accounts]
|
||||
* Appendix
|
||||
|
||||
Reference in New Issue
Block a user