Merge pull request #402 from drift-labs/master

bump common and add trades publisher bit flags
This commit is contained in:
moosecat
2025-05-23 13:34:34 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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