bump staleness threshold for excluding vamm orders
This commit is contained in:
@@ -35,7 +35,7 @@ require('dotenv').config();
|
|||||||
|
|
||||||
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
|
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
|
||||||
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
|
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
|
||||||
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 80;
|
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 160;
|
||||||
|
|
||||||
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
|
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
|
||||||
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined
|
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user