feat: add pezkuwichain mainnet configuration

Mainnet Configuration:
- Add pezkuwichain_mainnet_config() in chain_spec.rs with HEZ token properties
- Add "pezkuwichain-mainnet" CLI option in command.rs
- Update relay chain name to "pezkuwichain-mainnet" in asset_hubs.rs

Asset Hub Genesis (asset-hub-pezkuwichain):
- Add wUSDT asset (ID: 1000, 6 decimals) for wrapped USDT
- Update treasury, founder, presale accounts to secure mainnet wallets
- Update collator addresses (Azad, Beritan, Civan, Dildar)

People Chain Genesis (people-pezkuwichain):
- Add PezkuwichainGenesis runtime type for mainnet
- Update founder account to secure mainnet wallet
- Update collator addresses (Erin, Firaz, Goran, Hevi)

Token Configuration:
- HEZ: 18 decimals, SS58 format 42
- PEZ: Asset ID 1, 12 decimals
- wHEZ: Asset ID 2, 12 decimals
- wUSDT: Asset ID 1000, 6 decimals
This commit is contained in:
2026-01-25 19:42:43 +03:00
parent 25477b2bb9
commit 75f86b4ebe
7 changed files with 111 additions and 38 deletions
Generated
+1
View File
@@ -12013,6 +12013,7 @@ dependencies = [
"pezsp-staking",
"pezsp-state-machine",
"pezsp-std",
"pezsp-timestamp",
"pezsp-tracing",
"pezsp-trie",
"pezsp-weights",