mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
refactor: update import paths for AsterSpotBookTicker type
- Moved AsterSpotBookTicker import to the correct module path from "../exchanges/aster/types". - Cleaned up imports in basis-arb-engine.ts for better organization and clarity.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
|||||||
import type { BasisArbConfig } from "../config";
|
import type { BasisArbConfig } from "../config";
|
||||||
import type { ExchangeAdapter, FundingRateSnapshot } from "../exchanges/adapter";
|
import type { ExchangeAdapter, FundingRateSnapshot } from "../exchanges/adapter";
|
||||||
import type { AccountSnapshot, Depth, AsterSpotBookTicker } from "../exchanges/types";
|
import type { AccountSnapshot, Depth } from "../exchanges/types";
|
||||||
|
import type { AsterSpotBookTicker } from "../exchanges/aster/types";
|
||||||
import { AsterSpotRestClient, AsterRestClient } from "../exchanges/aster/gateway";
|
import { AsterSpotRestClient, AsterRestClient } from "../exchanges/aster/gateway";
|
||||||
import { createTradeLog, type TradeLogEntry } from "../logging/trade-log";
|
import { createTradeLog, type TradeLogEntry } from "../logging/trade-log";
|
||||||
import { StrategyEventEmitter } from "./common/event-emitter";
|
import { StrategyEventEmitter } from "./common/event-emitter";
|
||||||
|
|||||||
Reference in New Issue
Block a user