Skip to content

Commit

Permalink
fix: ethereum-genesis-generator version for verkle genesis (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 6, 2023
1 parent 709b4ad commit d7c9b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/participant_network.star
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def launch_participant_network(
elif network_params.electra_fork_epoch != None:
if network_params.electra_fork_epoch == 0:
ethereum_genesis_generator_image = (
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.2"
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.3"
)
else:
ethereum_genesis_generator_image = (
Expand Down

0 comments on commit d7c9b92

Please sign in to comment.