Skip to content

Commit

Permalink
fix: add more prefund addresses for verkle-gen (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jan 31, 2024
1 parent 5db6611 commit 01868fc
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.3"
"ethpandaops/ethereum-genesis-generator:4.0.0-rc.5"
)
else:
ethereum_genesis_generator_image = (
Expand Down

0 comments on commit 01868fc

Please sign in to comment.