diff --git a/cluster/exploration.db b/cluster/exploration.db index d8c6543..cb0238c 100644 Binary files a/cluster/exploration.db and b/cluster/exploration.db differ diff --git a/lib/health/position-manager-health.ts b/lib/health/position-manager-health.ts index 63fff23..c88bd11 100644 --- a/lib/health/position-manager-health.ts +++ b/lib/health/position-manager-health.ts @@ -56,7 +56,7 @@ export async function checkPositionManagerHealth(): Promise { // Get Drift positions const driftService = getDriftService() - const positions = await driftService.getPositions() + const positions = await driftService.getAllPositions() const driftPositions = positions.filter(p => Math.abs(p.size) > 0).length // CRITICAL CHECK #1: DB has open trades but PM not monitoring