refactor health checks and prettify/lint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { AssetType, MarketTypeStr } from "@drift-labs/sdk";
|
||||
import { TradeOffsetPrice } from "@drift/common";
|
||||
import { AssetType, MarketTypeStr } from '@drift-labs/sdk';
|
||||
import { TradeOffsetPrice } from '@drift/common';
|
||||
|
||||
export type AuctionParamArgs = {
|
||||
// mandatory args
|
||||
@@ -21,4 +21,4 @@ export type AuctionParamArgs = {
|
||||
auctionEndPriceOffsetFrom?: TradeOffsetPrice;
|
||||
additionalEndPriceBuffer?: string;
|
||||
userOrderId?: number;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user