File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/sdk-ts/src/client/indexer Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ export class IndexerGrpcDerivativeTransformer {
363363 oracleQuote : market . oracleQuote ,
364364 oracleType : market . oracleType ,
365365 oracleScaleFactor : market . oracleScaleFactor ,
366+ reduceMarginRatio : market . reduceMarginRatio ,
366367 initialMarginRatio : market . initialMarginRatio ,
367368 maintenanceMarginRatio : market . maintenanceMarginRatio ,
368369 isPerpetual : market . isPerpetual ,
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export interface BaseDerivativeMarket {
6969}
7070
7171export interface PerpetualMarket extends BaseDerivativeMarket {
72+ reduceMarginRatio : string
7273 initialMarginRatio : string
7374 maintenanceMarginRatio : string
7475 isPerpetual : boolean
You can’t perform that action at this time.
0 commit comments