From 7fa612e9e817549457a2b64795ee4335a76b2844 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 12:21:05 +0000 Subject: [PATCH] Rebrand Solochain Template to PezkuwiChain This commit applies the PezkuwiChain terminology to the Solochain Template and updates relevant URLs. Changes include: - Renaming packages: - `solochain-template-node` -> `pez-solochain-template-node` - `solochain-template-runtime` -> `pez-solochain-template-runtime` - Updating `Cargo.toml` files (dependencies, names, homepage, repository). - Updating `runtime/src/lib.rs` with new `spec_name` and `impl_name`. - Rebranding documentation (README, docs) to use Pezkuwi, PezkuwiChain, TeyrChain, Zagros. - Updating Docker build tag in `.github/workflows/ci.yml`. - Fixing incorrect `substrate.io` and `paritytech` URLs to `pezkuwichain.io` and `pezkuwichain` organization where applicable.