Skip to content

Commit 79dc5e1

Browse files
authored
fix: bump verkle genesis generator (#486)
go-verkle depns changes, we need this bump to be compatible for the current verkle tests
1 parent abdfc2c commit 79dc5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/participant_network.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def launch_participant_network(
125125
elif network_params.electra_fork_epoch != None:
126126
if network_params.electra_fork_epoch == 0:
127127
ethereum_genesis_generator_image = (
128-
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.5"
128+
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.6"
129129
)
130130
else:
131131
ethereum_genesis_generator_image = (

0 commit comments

Comments
 (0)