Skip to content

Commit

Permalink
Update to deposit_contract_block.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 15, 2025
1 parent 09a7709 commit 22504e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const generateLighthouseBeaconNode: BeaconNodeGenerator<BeaconClient.Ligh
: undefined,
bootstrap: async () => {
await writeFile(path.join(rootDir, "config.yaml"), yaml.dump(chainConfigToJson(forkConfig)));
await writeFile(path.join(rootDir, "deploy_block.txt"), "0");
await writeFile(path.join(rootDir, "deposit_contract_block.txt"), "0");
},
cli: {
command: isDocker ? "lighthouse" : (process.env.LIGHTHOUSE_BINARY_PATH as string),
Expand Down

0 comments on commit 22504e8

Please sign in to comment.