From 4f45d0ac245603cf38fc11ab8c1675805752e6b9 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 11 Jul 2023 04:37:27 -0400 Subject: [PATCH] chore: cleanup imports --- src/client/client.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/client/client.ts b/src/client/client.ts index b572bb3..53d3183 100644 --- a/src/client/client.ts +++ b/src/client/client.ts @@ -1,11 +1,6 @@ import BaseClient, { BaseClientOptions } from "#baseClient.js"; -import { - ExecutionInfo, - IStore, - IVerifyingProvider, - IVerifyingProviderConstructor, -} from "#interfaces.js"; -import { DEFAULT_BATCH_SIZE, POLLING_DELAY } from "#constants.js"; +import { ExecutionInfo, IVerifyingProviderConstructor } from "#interfaces.js"; +import { DEFAULT_BATCH_SIZE } from "#constants.js"; import { IClientProver } from "#client/prover.js"; import { getCommitteeHash,