11 Commits

Author SHA1 Message Date
pezkuwichain 1880440dee Move staking config from Relay Chain to Asset Hub
Staking pallet lives on Asset Hub, not Relay Chain.
- RC HEZ staking set to null
- AH HEZ staking enabled with relaychain and nomination-pools
- AH externalApi staking subquery URL added
- Removed RC staking override from global configs
2026-02-26 20:12:45 +03:00
pezkuwichain 87eca4435b fix: route AH staking stats to AH SubQuery endpoint
The staking dashboard was showing INACTIVE because all Pezkuwi chains
(including Asset Hub) were routed to the relay chain SubQuery for
staking stats. The relay SubQuery only has relay chain activeStakers,
not AH pool stash accounts. Split the override so Asset Hub queries
its own SubQuery endpoint which has the pool stash data.
2026-02-19 16:53:29 +03:00
pezkuwichain 09c89b073d feat: add governance-delegations SubQuery endpoint for Pezkuwi relay chain
Enable PezWallet OpenGov delegation stats via SubQuery governance indexer.
2026-02-19 01:43:12 +03:00
pezkuwichain b053eb76ae feat: route AH staking queries to /assethub SubQuery endpoint 2026-02-18 06:01:06 +03:00
pezkuwichain a9d03eddfb revert: keep all Pezkuwi chains on single SubQuery endpoint 2026-02-18 05:55:09 +03:00
pezkuwichain c098e4991d Add global config to A+B→C merge pipeline
- Created pezkuwi-overlay/config/global_config_overlay.json (source B)
  with stakingApiOverrides for Pezkuwi SubQuery + prod API URLs
- Updated sync_from_nova.py with sync_config() function
  Merges: nova-base/global + nova-base/staking (A) + overlay (B) → staking/ (C)
- Same merge pattern as chains, XCM, and icons
2026-02-17 17:22:21 +03:00
pezkuwichain 3f91aa103e fix: split staking API endpoints per ecosystem
multiStakingApiUrl reverted to Nova's SubQuery for Polkadot ecosystem.
Pezkuwi chains routed to self-hosted SubQuery via stakingApiOverrides.
2026-02-16 06:14:54 +03:00
pezkuwichain b8320ab9ff Add missing config fields to global_config files
multisigsApiUrl and proxyApiUrl were missing, causing
GlobalConfigRemote deserialization to fail when fetched
from GitHub.
2026-02-16 02:55:08 +03:00
pezkuwichain af663e24b7 Point dev multiStakingApiUrl to self-hosted SubQuery
Dev config was still pointing to Nova staging API which has no
Pezkuwi data. Now matches production config.
2026-02-15 22:18:26 +03:00
pezkuwichain f43a3e6729 Point multiStakingApiUrl to self-hosted SubQuery 2026-02-14 02:38:39 +03:00
pezkuwichain 46297339b1 Initial commit: Pezkuwi Wallet Utils
- Chain configurations for Polkadot, Kusama and all major parachains
- Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain)
- Staking metadata and validator lists
- DApp configurations
- XCM cross-chain messaging configs
- Governance dApp listings
- Promotional banners
- Chain migration configurations
- Asset metadata and icons

Based on Nova Utils with Pezkuwichain extensions
2026-01-23 00:29:48 +03:00