Skip to content

Commit

Permalink
feat: update ethereum-genesis-generator (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
  • Loading branch information
barnabasbusa and h4ck3rk3y authored Oct 5, 2023
1 parent 3f2ea88 commit a5b939c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def launch_prelaunch_data_generator_parallel(

def get_config(files_artifact_mountpoints, capella_fork_epoch, electra_fork_epoch):
if capella_fork_epoch > 0 and electra_fork_epoch == None: # we are running capella
img = "ethpandaops/ethereum-genesis-generator:1.3.4"
img = "ethpandaops/ethereum-genesis-generator:1.3.12"
elif (
capella_fork_epoch == 0 and electra_fork_epoch == None
): # we are running dencun
img = "ethpandaops/ethereum-genesis-generator:2.0.0-rc.6"
img = "ethpandaops/ethereum-genesis-generator:2.0.0"
else: # we are running electra
img = "ethpandaops/ethereum-genesis-generator:3.0.0-rc.2"

Expand Down

0 comments on commit a5b939c

Please sign in to comment.