From 2595d475fd85fe3beedab2a3bb556cd25d8cd308 Mon Sep 17 00:00:00 2001 From: wphan Date: Thu, 29 May 2025 14:05:00 -0700 Subject: [PATCH] disable pmm view for indicative publisher --- src/publishers/dlobPublisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 5b1077a..2432be0 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -520,7 +520,7 @@ const main = async () => { perpMarketInfos, spotMarketInfos, killSwitchSlotDiffThreshold: KILLSWITCH_SLOT_DIFF_THRESHOLD, - protectedMakerView: true, + protectedMakerView: false, indicativeQuotesRedisClient: indicativeRedisClient, }); await dlobSubscriberIndicative.subscribe();