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
9f7ad78b
Unverified
Commit
9f7ad78b
authored
Feb 01, 2025
by
Parithosh Jayanthi
Committed by
GitHub
Feb 01, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Update egg to support new system contract addresses (#883)
parent
dbe7912b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
constants.star
src/package_io/constants.star
+1
-1
No files found.
README.md
View file @
9f7ad78b
...
@@ -986,7 +986,7 @@ spamoor_blob_params:
...
@@ -986,7 +986,7 @@ spamoor_blob_params:
# Ethereum genesis generator params
# Ethereum genesis generator params
ethereum_genesis_generator_params
:
ethereum_genesis_generator_params
:
# The image to use for ethereum genesis generator
# The image to use for ethereum genesis generator
image
:
ethpandaops/ethereum-genesis-generator:3.
5.1
image
:
ethpandaops/ethereum-genesis-generator:3.
7.0
# Global parameter to set the exit ip address of services and public ports
# Global parameter to set the exit ip address of services and public ports
port_publisher
:
port_publisher
:
...
...
src/package_io/constants.star
View file @
9f7ad78b
...
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
...
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.
6
.0"
"ethpandaops/ethereum-genesis-generator:3.
7
.0"
)
)
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
...
...
vicotor
@luxueqian
mentioned in commit
e957062f
·
Apr 13, 2025
mentioned in commit
e957062f
mentioned in commit e957062f619b4c8503c2c41cd7f51dbdb48a4ed3
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