mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-21 23:48:06 +00:00
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:
@@ -1 +1,5 @@
|
||||
{"multiStakingApiUrl": "https://subquery.pezkuwichain.io"}
|
||||
{
|
||||
"multisigsApiUrl": "https://subquery-multisigs-prod.novasama-tech.org",
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"multiStakingApiUrl": "https://subquery.pezkuwichain.io"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user