add bit flags to trades publisher

This commit is contained in:
Nour Alharithi
2025-05-23 13:33:14 -07:00
parent c825eaf53d
commit 320b652fc9

View File

@@ -186,6 +186,7 @@ const main = async () => {
new BN(fill.referrerReward ?? ZERO),
QUOTE_PRECISION
),
bitFlags: fill.bitFlags,
};
})
)