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,
spotMarketInfos,
killSwitchSlotDiffThreshold: KILLSWITCH_SLOT_DIFF_THRESHOLD,
protectedMakerView: true,
protectedMakerView: false,
indicativeQuotesRedisClient: indicativeRedisClient,
});
await dlobSubscriberIndicative.subscribe();