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
This commit is contained in:
2026-02-26 20:12:45 +03:00
parent dd794cd87f
commit 1880440dee
3 changed files with 13 additions and 12 deletions
+13 -6
View File
@@ -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": {},