mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 04:28:02 +00:00
Add global config to A+B→C merge pipeline
- Created pezkuwi-overlay/config/global_config_overlay.json (source B) with stakingApiOverrides for Pezkuwi SubQuery + prod API URLs - Updated sync_from_nova.py with sync_config() function Merges: nova-base/global + nova-base/staking (A) + overlay (B) → staking/ (C) - Same merge pattern as chains, XCM, and icons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"multisigsApiUrl": "https://subquery-multisigs-stg.novasama-tech.org",
|
||||
"proxyApiUrl": "https://subquery-proxy-stg.novasama-tech.org",
|
||||
"multisigsApiUrl": "https://subquery-multisigs-prod.novasama-tech.org",
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
|
||||
"stakingApiOverrides": {
|
||||
"https://subquery.pezkuwichain.io": [
|
||||
|
||||
Reference in New Issue
Block a user