Add missing config fields to global_config files

multisigsApiUrl and proxyApiUrl were missing, causing
GlobalConfigRemote deserialization to fail when fetched
from GitHub.
This commit is contained in:
2026-02-16 02:55:08 +03:00
parent af663e24b7
commit b8320ab9ff
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
{
"multisigsApiUrl": "https://subquery-multisigs-stg.novasama-tech.org",
"proxyApiUrl": "https://subquery-proxy-stg.novasama-tech.org",
"multiStakingApiUrl": "https://subquery.pezkuwichain.io"
}