Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
a5b939ca
Unverified
Commit
a5b939ca
authored
Oct 05, 2023
by
Barnabas Busa
Committed by
GitHub
Oct 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update ethereum-genesis-generator (#260)
Co-authored-by:
Gyanendra Mishra
<
anomaly.the@gmail.com
>
parent
3f2ea88b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
prelaunch_data_generator_launcher.star
...generator_launcher/prelaunch_data_generator_launcher.star
+2
-2
No files found.
src/prelaunch_data_generator/prelaunch_data_generator_launcher/prelaunch_data_generator_launcher.star
View file @
a5b939ca
...
@@ -52,11 +52,11 @@ def launch_prelaunch_data_generator_parallel(
...
@@ -52,11 +52,11 @@ def launch_prelaunch_data_generator_parallel(
def get_config(files_artifact_mountpoints, capella_fork_epoch, electra_fork_epoch):
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
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 (
elif (
capella_fork_epoch == 0 and electra_fork_epoch == None
capella_fork_epoch == 0 and electra_fork_epoch == None
): # we are running dencun
): # 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
else: # we are running electra
img = "ethpandaops/ethereum-genesis-generator:3.0.0-rc.2"
img = "ethpandaops/ethereum-genesis-generator:3.0.0-rc.2"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment