Skip to content

Commit

Permalink
add-chain: use forge1 as default genesis creation command (ethereum-o…
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy authored and priyanshuthapliyal55 committed Dec 6, 2024
1 parent 1f3c2d0 commit fc51742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-chain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func writeGenesisValidationMetadata(commit string, targetDir string) error {
// involving OPLabs engineers after the add-chain command runs.
const defaultNodeVersion = "18.12.1"
const defaultMonorepoBuildCommand = "pnpm"
const defaultGenesisCreationCommand = "opnode2" // See validation/genesis/commands.go
const defaultGenesisCreationCommand = "forge1" // See validation/genesis/commands.go
vm := genesis.ValidationMetadata{
GenesisCreationCommit: commit,
NodeVersion: defaultNodeVersion,
Expand Down

0 comments on commit fc51742

Please sign in to comment.