From 1880440dee54515f422662305c16aa6b6dc62943 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 26 Feb 2026 20:12:45 +0300 Subject: [PATCH] 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 --- chains/pezkuwichain/chains.json | 19 +++++++++++++------ staking/global_config.json | 3 --- staking/global_config_dev.json | 3 --- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/chains/pezkuwichain/chains.json b/chains/pezkuwichain/chains.json index 5537c39..f1e1641 100644 --- a/chains/pezkuwichain/chains.json +++ b/chains/pezkuwichain/chains.json @@ -40,10 +40,7 @@ "precision": 12, "name": "Hezkurd", "priceId": null, - "staking": [ - "relaychain", - "nomination-pools" - ], + "staking": null, "type": "Native", "icon": "https://pezkuwichain.io/tokens/HEZ.png", "buyProviders": {}, @@ -84,7 +81,14 @@ "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" } ], - "externalApi": {}, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery.pezkuwichain.io/assethub" + } + ] + }, "assets": [ { "assetId": 0, @@ -92,7 +96,10 @@ "precision": 12, "name": "Hezkurd", "priceId": null, - "staking": null, + "staking": [ + "relaychain", + "nomination-pools" + ], "type": "Native", "icon": "https://pezkuwichain.io/tokens/HEZ.png", "buyProviders": {}, diff --git a/staking/global_config.json b/staking/global_config.json index db90aba..396e29e 100644 --- a/staking/global_config.json +++ b/staking/global_config.json @@ -3,9 +3,6 @@ "proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org", "multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org", "stakingApiOverrides": { - "https://subquery.pezkuwichain.io": [ - "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca" - ], "https://subquery.pezkuwichain.io/assethub": [ "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949" ] diff --git a/staking/global_config_dev.json b/staking/global_config_dev.json index 0e393a5..c6f5225 100644 --- a/staking/global_config_dev.json +++ b/staking/global_config_dev.json @@ -3,9 +3,6 @@ "proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org", "multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org", "stakingApiOverrides": { - "https://subquery.pezkuwichain.io": [ - "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca" - ], "https://subquery.pezkuwichain.io/assethub": [ "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949" ]