Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jun 26, 2024
1 parent 502deba commit 40451cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/node/utils/interop/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Bytes32, phase0, ssz, sszTypesFor, TimeSeconds} from "@lodestar/types";
import {ChainForkConfig} from "@lodestar/config";
import {BeaconStateAllForks, initializeBeaconStateFromEth1} from "@lodestar/state-transition";
import {createEmptyEpochCacheImmutableData} from "@lodestar/state-transition";
import {ForkExecution, ForkName, GENESIS_SLOT} from "@lodestar/params";
import {ForkName, GENESIS_SLOT} from "@lodestar/params";

import {DepositTree} from "../../../db/repositories/depositDataRoot.js";

Expand Down

0 comments on commit 40451cd

Please sign in to comment.