disable pmm view for indicative publisher

This commit is contained in:
wphan
2025-05-29 14:05:00 -07:00
parent c777667907
commit 2595d475fd

View File

@@ -520,7 +520,7 @@ const main = async () => {
perpMarketInfos, perpMarketInfos,
spotMarketInfos, spotMarketInfos,
killSwitchSlotDiffThreshold: KILLSWITCH_SLOT_DIFF_THRESHOLD, killSwitchSlotDiffThreshold: KILLSWITCH_SLOT_DIFF_THRESHOLD,
protectedMakerView: true, protectedMakerView: false,
indicativeQuotesRedisClient: indicativeRedisClient, indicativeQuotesRedisClient: indicativeRedisClient,
}); });
await dlobSubscriberIndicative.subscribe(); await dlobSubscriberIndicative.subscribe();