chore: cleanup imports
This commit is contained in:
parent
5c8394af2d
commit
4f45d0ac24
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue