From b053eb76ae6e8f63aeddab4f07746f3979d7620f Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 18 Feb 2026 06:01:06 +0300 Subject: [PATCH] feat: route AH staking queries to /assethub SubQuery endpoint --- staking/global_config.json | 4 +++- staking/global_config_dev.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/staking/global_config.json b/staking/global_config.json index 35db645..db90aba 100644 --- a/staking/global_config.json +++ b/staking/global_config.json @@ -4,7 +4,9 @@ "multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org", "stakingApiOverrides": { "https://subquery.pezkuwichain.io": [ - "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca", + "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca" + ], + "https://subquery.pezkuwichain.io/assethub": [ "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949" ] } diff --git a/staking/global_config_dev.json b/staking/global_config_dev.json index 94ced1c..0e393a5 100644 --- a/staking/global_config_dev.json +++ b/staking/global_config_dev.json @@ -4,7 +4,9 @@ "multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org", "stakingApiOverrides": { "https://subquery.pezkuwichain.io": [ - "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca", + "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca" + ], + "https://subquery.pezkuwichain.io/assethub": [ "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949" ] }