more health check fixes, check slot rate

This commit is contained in:
wphan
2025-07-15 13:06:42 -07:00
parent f0d906baca
commit 508aef4f2e
3 changed files with 23 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
import { describe, it, expect, jest, beforeEach } from '@jest/globals';
import {
BN,
PositionDirection,
MarketType,
ZERO,
QUOTE_PRECISION,
PositionDirection,
MarketType,
ZERO,
QUOTE_PRECISION,
PRICE_PRECISION,
BASE_PRECISION
BASE_PRECISION,
} from '@drift-labs/sdk';
import {
createMarketBasedAuctionParams,

View File

@@ -22,7 +22,6 @@ import {
AssetType,
MainnetSpotMarkets,
DevnetSpotMarkets,
QUOTE_PRECISION,
PERCENTAGE_PRECISION_EXP,
} from '@drift-labs/sdk';
import { RedisClient } from '@drift/common/clients';