From 320b652fc95afd3443ad0d690128c1ea09ee6c74 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Fri, 23 May 2025 13:33:14 -0700 Subject: [PATCH] add bit flags to trades publisher --- src/publishers/tradesPublisher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/publishers/tradesPublisher.ts b/src/publishers/tradesPublisher.ts index 1427279..ba62d18 100644 --- a/src/publishers/tradesPublisher.ts +++ b/src/publishers/tradesPublisher.ts @@ -186,6 +186,7 @@ const main = async () => { new BN(fill.referrerReward ?? ZERO), QUOTE_PRECISION ), + bitFlags: fill.bitFlags, }; }) )