From 9f27a7db90082bdeb73cd01828a80ce6ea9b2707 Mon Sep 17 00:00:00 2001 From: Lukas deConantsesznak Date: Wed, 30 Jul 2025 22:48:25 -0600 Subject: [PATCH] fix: perp market acct subscriber prop wrong name drift client --- 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 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,