diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 1cf5328..d24f121 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -388,7 +388,7 @@ const main = async () => { commitment: stateCommitment, resubTimeoutMs: 30_000, logResubMessages: true, - accountSubscriber: WebSocketAccountSubscriberV2, + perpMarketAccountSubscriber: WebSocketAccountSubscriberV2, }; slotSubscriber = new SlotSubscriber(connection, { resubTimeoutMs: 10_000,