add fill record id to trades
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user