We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdfc2c commit 79dc5e1Copy full SHA for 79dc5e1
src/participant_network.star
@@ -125,7 +125,7 @@ def launch_participant_network(
125
elif network_params.electra_fork_epoch != None:
126
if network_params.electra_fork_epoch == 0:
127
ethereum_genesis_generator_image = (
128
- "ethpandaops/ethereum-genesis-generator:4.0.0-rc.5"
+ "ethpandaops/ethereum-genesis-generator:4.0.0-rc.6"
129
)
130
else:
131
0 commit comments