chore: cleanup imports

This commit is contained in:
Derrick Hammer 2023-07-11 04:37:27 -04:00
parent 5c8394af2d
commit 4f45d0ac24
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 7 deletions

View File

@ -1,11 +1,6 @@
import BaseClient, { BaseClientOptions } from "#baseClient.js"; import BaseClient, { BaseClientOptions } from "#baseClient.js";
import { import { ExecutionInfo, IVerifyingProviderConstructor } from "#interfaces.js";
ExecutionInfo, import { DEFAULT_BATCH_SIZE } from "#constants.js";
IStore,
IVerifyingProvider,
IVerifyingProviderConstructor,
} from "#interfaces.js";
import { DEFAULT_BATCH_SIZE, POLLING_DELAY } from "#constants.js";
import { IClientProver } from "#client/prover.js"; import { IClientProver } from "#client/prover.js";
import { import {
getCommitteeHash, getCommitteeHash,