From af663e24b795f54c0dae868d9cb007eeebe2fbe8 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 15 Feb 2026 22:18:26 +0300 Subject: [PATCH] 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. --- staking/global_config_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking/global_config_dev.json b/staking/global_config_dev.json index c3d0d7f..a7c5b50 100644 --- a/staking/global_config_dev.json +++ b/staking/global_config_dev.json @@ -1,3 +1,3 @@ { - "multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org" + "multiStakingApiUrl": "https://subquery.pezkuwichain.io" }