mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-19 11:05:46 +00:00
f1a153f792
subquery-multisigs-prod.novasama-tech.org and subquery-proxy-prod.novasama-tech.org never resolve in DNS - verified via getent/curl. Real upstream (novasamatech/nova-utils global/config.json) uses subquery-accounts-prod.novasama-tech.org for both. Removed the Pezkuwi overlay override entirely (it was never meant to diverge from Nova's own multisig/proxy indexer) and corrected the merged output the Android app actually fetches. Confirmed impact: the new Bridge Pending Signatures feature (feature-assets BridgeMultisigInteractor.getPendingApprovals) calls this URL to decode arbitrary pending multisig call content and silently returns nothing on failure (by design, to avoid blind-signing) - this was the reason it never showed anything, verified by submitting a real as_multi call on Polkadot Asset Hub and confirming the on-chain approval existed but the app rendered nothing until this fix.
11 lines
387 B
JSON
11 lines
387 B
JSON
{
|
|
"multisigsApiUrl": "https://subquery-accounts-prod.novasama-tech.org",
|
|
"proxyApiUrl": "https://subquery-accounts-prod.novasama-tech.org",
|
|
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
|
|
"stakingApiOverrides": {
|
|
"https://subquery.pezkuwichain.io/assethub": [
|
|
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
|
]
|
|
}
|
|
}
|