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();