Point dev multiStakingApiUrl to self-hosted SubQuery

Dev config was still pointing to Nova staging API which has no
Pezkuwi data. Now matches production config.
This commit is contained in:
2026-02-15 22:18:26 +03:00
parent 2b64253e7e
commit af663e24b7
+1 -1
View File
@@ -1,3 +1,3 @@
{
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org"
"multiStakingApiUrl": "https://subquery.pezkuwichain.io"
}