mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +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:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"multisigsApiUrl": "https://subquery-multisigs-prod.novasama-tech.org",
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"stakingApiOverrides": {
|
||||
"https://subquery.pezkuwichain.io": [
|
||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
|
||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user