change vamm threshold from 10 to 100

This commit is contained in:
Nour Alharithi
2024-08-07 09:46:15 -07:00
parent 680aa41670
commit f9fd110ebc

View File

@@ -33,7 +33,7 @@ require('dotenv').config();
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 100;
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 10;
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined