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.
This commit is contained in:
2026-02-16 06:14:54 +03:00
parent b8320ab9ff
commit 3f91aa103e
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
{
"multisigsApiUrl": "https://subquery-multisigs-prod.novasama-tech.org",
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
"multiStakingApiUrl": "https://subquery.pezkuwichain.io"
"multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org",
"stakingApiOverrides": {
"https://subquery.pezkuwichain.io": [
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
]
}
}
+8 -1
View File
@@ -1,5 +1,12 @@
{
"multisigsApiUrl": "https://subquery-multisigs-stg.novasama-tech.org",
"proxyApiUrl": "https://subquery-proxy-stg.novasama-tech.org",
"multiStakingApiUrl": "https://subquery.pezkuwichain.io"
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
"stakingApiOverrides": {
"https://subquery.pezkuwichain.io": [
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
]
}
}