Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Sep 17, 2024
1 parent 82fc1b0 commit 5916733
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {ChainForkConfig} from "@lodestar/config";
import {computeTimeAtSlot} from "@lodestar/state-transition";
import {computeTimeAtSlot, ONE_INTERVAL_OF_SLOT} from "@lodestar/state-transition";
import {LightClientOptimisticUpdate} from "@lodestar/types";
import {ONE_INTERVAL_OF_SLOT} from "@lodestar/state-transition/src/index.js";
import {IBeaconChain} from "../interface.js";
import {LightClientError, LightClientErrorCode} from "../errors/lightClientError.js";
import {GossipAction} from "../errors/index.js";
Expand Down

0 comments on commit 5916733

Please sign in to comment.