Skip to content

Commit

Permalink
fix: bump verkle genesis generator (#486)
Browse files Browse the repository at this point in the history
go-verkle depns changes, we need this bump to be compatible for the
current verkle tests
  • Loading branch information
parithosh authored Feb 1, 2024
1 parent abdfc2c commit 79dc5e1
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 @@ -125,7 +125,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.5"
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.6"
)
else:
ethereum_genesis_generator_image = (
Expand Down

0 comments on commit 79dc5e1

Please sign in to comment.