Skip to content

Commit 008dada

Browse files
committed
fix: build
1 parent e2b822d commit 008dada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk-ts/src/client/chain/transformers/ChainGrpcExchangeTransformer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,9 @@ export class ChainGrpcExchangeTransformer {
428428
minNotional: denomAmountFromGrpcChainDenomAmount(
429429
marketInfo.minNotional,
430430
).toNumber(),
431+
reduceMarginRatio: denomAmountFromGrpcChainDenomAmount(
432+
marketInfo.reduceMarginRatio,
433+
).toFixed(),
431434
initialMarginRatio: denomAmountFromGrpcChainDenomAmount(
432435
marketInfo.initialMarginRatio,
433436
).toFixed(),

0 commit comments

Comments
 (0)