remove kmno from skip slot check

This commit is contained in:
Nour Alharithi
2024-04-26 12:28:39 -07:00
parent 6409d5d2b6
commit 86d319b805

View File

@@ -34,7 +34,7 @@ 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 PERP_MARKETS_TO_SKIP_SLOT_CHECK = { const PERP_MARKETS_TO_SKIP_SLOT_CHECK = {
'mainnet-beta': [17, 25, 28], 'mainnet-beta': [17, 25],
devnet: [17, 21, 23], devnet: [17, 21, 23],
}; };