Commit a5b939ca authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

feat: update ethereum-genesis-generator (#260)

Co-authored-by: default avatarGyanendra Mishra <anomaly.the@gmail.com>
parent 3f2ea88b
......@@ -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"
......
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