From 96ecf170c47e918170319d415438085125f1014c Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Thu, 4 Apr 2024 14:10:21 -0700 Subject: [PATCH] add perp markets to skip --- src/dlob-subscriber/DLOBSubscriberIO.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index 51857db..8bfabde 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -34,7 +34,7 @@ const PERP_MAKRET_STALENESS_THRESHOLD = 10 * 60 * 1000; const SPOT_MAKRET_STALENESS_THRESHOLD = 20 * 60 * 1000; const PERP_MARKETS_TO_SKIP_SLOT_CHECK = { - 'mainnet-beta': [17], + 'mainnet-beta': [17, 25, 28], devnet: [17, 21, 23], };