Skip to content

Commit

Permalink
Merge b36eedc into 3847e25
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jun 28, 2021
2 parents 3847e25 + b36eedc commit 081b81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/beacon/initBeaconState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {defaultNetwork, IGlobalArgs} from "../../options/globalOptions";
import {fetchWeakSubjectivityState, getGenesisFileUrl, getInfuraBeaconUrl, infuraNetworks} from "../../networks";
import {Checkpoint} from "@chainsafe/lodestar-types/phase0";
import {SLOTS_PER_EPOCH} from "@chainsafe/lodestar-params";
import {computeEpochAtSlot} from "../../../../beacon-state-transition/lib";
import {computeEpochAtSlot} from "@chainsafe/lodestar-beacon-state-transition";

const checkpointRegex = new RegExp("^(?:0x)?([0-9a-f]{64}):([0-9]+)$");

Expand Down

0 comments on commit 081b81b

Please sign in to comment.