feat: restore operator WIP — PMM JSON sync entrypoint, dotenv RPC trim + secrets, pool env alignment
- Resolve stash: merge load_deployment_env path with secure-secrets and CR/LF RPC strip - create-pmm-full-mesh-chain138.sh delegates to sync-chain138-pmm-pools-from-json.sh - env.additions.example: canonical PMM pool defaults (cUSDT/USDT per crosscheck) - Include Chain138 scripts, official mirror deploy scaffolding, and prior staged changes Made-with: Cursor
This commit is contained in:
@@ -25,7 +25,7 @@ const CONFIG = {
|
||||
rpcUrl: process.env.RPC_URL_138 || 'http://localhost:8545',
|
||||
keeperPrivateKey: process.env.KEEPER_PRIVATE_KEY,
|
||||
keeperAddress: process.env.PRICE_FEED_KEEPER_ADDRESS,
|
||||
updateInterval: parseInt(process.env.UPDATE_INTERVAL || '30') * 1000, // Convert to milliseconds
|
||||
updateInterval: parseInt(process.env.UPDATE_INTERVAL || '6') * 1000, // PMM mesh default cadence
|
||||
maxRetries: 3,
|
||||
retryDelay: 5000, // 5 seconds
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user