add perp markets to skip

This commit is contained in:
Nour Alharithi
2024-04-04 14:10:21 -07:00
parent 71b71fb56a
commit 96ecf170c4

View File

@@ -34,7 +34,7 @@ const PERP_MAKRET_STALENESS_THRESHOLD = 10 * 60 * 1000;
const SPOT_MAKRET_STALENESS_THRESHOLD = 20 * 60 * 1000; const SPOT_MAKRET_STALENESS_THRESHOLD = 20 * 60 * 1000;
const PERP_MARKETS_TO_SKIP_SLOT_CHECK = { const PERP_MARKETS_TO_SKIP_SLOT_CHECK = {
'mainnet-beta': [17], 'mainnet-beta': [17, 25, 28],
devnet: [17, 21, 23], devnet: [17, 21, 23],
}; };