mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-21 22:35:50 +00:00
fix: remove broken multisigsApiUrl/proxyApiUrl overrides from Pezkuwi overlay
Both hardcoded a guessed subdomain (subquery-multisigs-prod, subquery-proxy-prod) that never resolves in DNS. Real Nova indexer is subquery-accounts-prod - dropping the override lets the merge pass through nova-base's own correct value instead.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"multisigsApiUrl": "https://subquery-multisigs-prod.novasama-tech.org",
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"stakingApiOverrides": {
|
||||
"https://subquery.pezkuwichain.io": [
|
||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
|
||||
|
||||
Reference in New Issue
Block a user