Commit 01868fcb authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: add more prefund addresses for verkle-gen (#482)

parent 5db6611a
...@@ -125,7 +125,7 @@ def launch_participant_network( ...@@ -125,7 +125,7 @@ def launch_participant_network(
elif network_params.electra_fork_epoch != None: elif network_params.electra_fork_epoch != None:
if network_params.electra_fork_epoch == 0: if network_params.electra_fork_epoch == 0:
ethereum_genesis_generator_image = ( ethereum_genesis_generator_image = (
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.3" "ethpandaops/ethereum-genesis-generator:4.0.0-rc.5"
) )
else: else:
ethereum_genesis_generator_image = ( ethereum_genesis_generator_image = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment