Merge pull request #354 from drift-labs/master

master -> mainnet
This commit is contained in:
lowkeynicc
2025-02-19 13:38:04 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,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 = 80;
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 160;
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined