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
9b3ee49c
Unverified
Commit
9b3ee49c
authored
Feb 11, 2025
by
pk910
Committed by
GitHub
Feb 11, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: use `eip7805-support` image for dora when eip7805 is scheduled for activation (#900)
parent
2e7212a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dora_launcher.star
src/dora/dora_launcher.star
+2
-0
No files found.
src/dora/dora_launcher.star
View file @
9b3ee49c
...
...
@@ -127,6 +127,8 @@ def get_config(
IMAGE_NAME = "ethpandaops/dora:fulu-support"
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
if network_params.eip7805_fork_epoch < constants.EIP7805_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7805-support"
return ServiceConfig(
image=IMAGE_NAME,
...
...
vicotor
@luxueqian
mentioned in commit
05fdd35b
·
Apr 13, 2025
mentioned in commit
05fdd35b
mentioned in commit 05fdd35bc5eeb74f779dab9777cbeabc9e762830
Toggle commit list
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