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.
This commit is contained in:
2026-02-19 16:53:29 +03:00
parent c6a992c4e6
commit 87eca4435b
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -4,9 +4,10 @@
"multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org",
"stakingApiOverrides": {
"https://subquery.pezkuwichain.io": [
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca"
],
"https://subquery.pezkuwichain.io/assethub": [
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
]
}
}
+4 -3
View File
@@ -4,9 +4,10 @@
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
"stakingApiOverrides": {
"https://subquery.pezkuwichain.io": [
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca"
],
"https://subquery.pezkuwichain.io/assethub": [
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
]
}
}