From e86edb443a095ec9eb74c7d7fbb38224fa51999e Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Thu, 21 Mar 2024 13:53:13 -0700 Subject: [PATCH] add fill record id to trades --- src/publishers/tradesPublisher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/publishers/tradesPublisher.ts b/src/publishers/tradesPublisher.ts index a4bb447..35e2bfc 100644 --- a/src/publishers/tradesPublisher.ts +++ b/src/publishers/tradesPublisher.ts @@ -167,6 +167,7 @@ const main = async () => { oraclePrice: convertToNumber(fill.oraclePrice, PRICE_PRECISION), txSig: fill.txSig, slot: fill.slot, + fillRecordId: fill.fillRecordId.toNumber(), action: 'fill', actionExplanation: getVariant(fill.actionExplanation), referrerReward: convertToNumber(