diff --git a/src/services/Aggregator/ws/index.ts b/src/services/Aggregator/ws/index.ts index a3e0049..a50d62b 100644 --- a/src/services/Aggregator/ws/index.ts +++ b/src/services/Aggregator/ws/index.ts @@ -17,9 +17,6 @@ import unsubscriptionDoneSchema from './schemas/unsubscriptionDoneSchema.js'; import assetPairConfigSchema from './schemas/assetPairConfigSchema.js'; import type { fullOrderSchema, orderUpdateSchema } from './schemas/addressUpdateSchema.js'; import { objectKeys } from '../../../utils/objectKeys.js'; -import type { Factory } from '../../../Unit/Exchange/generateSwapCalldata.js'; -// import assertError from '../../../utils/assertError.js'; -// import errorSchema from './schemas/errorSchema'; const UNSUBSCRIBE = 'u'; const SERVER_PING_INTERVAL = 30000;