File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,10 @@ export class DLOBSubscriber {
141
141
marketAccount : this . driftClient . getPerpMarketAccount ( marketIndex ) ,
142
142
oraclePriceData,
143
143
numOrders : numVammOrders ?? depth ,
144
- topOfBookQuoteAmounts : marketIndex < 3 ? MAJORS_TOP_OF_BOOK_QUOTE_AMOUNTS : DEFAULT_TOP_OF_BOOK_QUOTE_AMOUNTS ,
144
+ topOfBookQuoteAmounts :
145
+ marketIndex < 3
146
+ ? MAJORS_TOP_OF_BOOK_QUOTE_AMOUNTS
147
+ : DEFAULT_TOP_OF_BOOK_QUOTE_AMOUNTS ,
145
148
} ) ,
146
149
] ;
147
150
}
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import {
22
22
standardizeBaseAssetAmount ,
23
23
} from '..' ;
24
24
import { PublicKey } from '@solana/web3.js' ;
25
- import { assert } from '../assert/assert' ;
26
25
27
26
type liquiditySource =
28
27
| 'serum'
You can’t perform that action at this time.
0 commit comments