fix mango account client layout

This commit is contained in:
tjs 2022-11-20 22:05:09 -05:00
parent 14e20f9668
commit 26d65e9db9
1 changed files with 4 additions and 4 deletions

View File

@ -1018,12 +1018,12 @@ export class PerpPosition {
dto.marketIndex as PerpMarketIndex,
dto.basePositionLots,
I80F48.from(dto.quotePositionNative),
dto.bidsBaseLots,
dto.asksBaseLots,
dto.quoteEntryNative,
dto.quoteRunningNative,
I80F48.from(dto.longSettledFunding),
I80F48.from(dto.shortSettledFunding),
dto.takerBaseLots,
dto.takerQuoteLots,
dto.bidsBaseLots,
dto.asksBaseLots,
dto.takerBaseLots,
dto.takerQuoteLots,
dto.cumulativeLongFunding,