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, }; }) )