Skip to content

Commit

Permalink
Update to deposit_contract_block.txt for validator
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 15, 2025
1 parent 22504e8 commit 8a0873d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const generateLighthouseValidatorNode: ValidatorNodeGenerator<ValidatorCl
);
}
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: binaryPath,
Expand Down

0 comments on commit 8a0873d

Please sign in to comment.