Files
pezkuwi-sdk/pezcumulus/teyrchains
pezkuwichain 75f86b4ebe 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
2026-01-25 19:42:43 +03:00
..
2026-01-07 09:41:15 +03:00

Teyrchains

This directory is the home of Parity-developed teyrchain runtimes. This directory is runtime focused, and does not include builds of teyrchain nodes.

The general internal structure is:

  • chain-specs: Chain specs for the runtimes contained in its sibling dir runtimes.
  • common: Common configurations, impls, etc. used by several teyrchain runtimes.
  • integration-tests: Integration tests to test teyrchain interactions via XCM.
  • pallets: FRAME pallets that are specific to teyrchains.
  • runtimes: The entry point for teyrchain runtimes.

System Teyrchains

The runtimes directory includes many, but is not limited to, system teyrchains. Likewise, not all system teyrchains are in this repo.

Releases

The project maintainers generally try to release a set of teyrchain runtimes for each PezkuwiChain Relay Chain runtime release.