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
176b08a7
Unverified
Commit
176b08a7
authored
Feb 01, 2025
by
Parithosh Jayanthi
Committed by
GitHub
Feb 01, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Update default mev-images source (#884)
parent
9f7ad78b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
mix-with-tools-mev.yaml
.github/tests/mix-with-tools-mev.yaml
+1
-1
README.md
README.md
+2
-2
network_params.yaml
network_params.yaml
+2
-2
constants.star
src/package_io/constants.star
+2
-2
No files found.
.github/tests/mix-with-tools-mev.yaml
View file @
176b08a7
...
@@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true
...
@@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true
snooper_enabled
:
true
snooper_enabled
:
true
mev_type
:
flashbots
mev_type
:
flashbots
mev_params
:
mev_params
:
mev_relay_image
:
flashbots/mev-boost-relay:latest
mev_relay_image
:
ethpandaops/mev-boost-relay:main
persistent
:
True
persistent
:
True
README.md
View file @
176b08a7
...
@@ -841,13 +841,13 @@ mev_type: null
...
@@ -841,13 +841,13 @@ mev_type: null
# Parameters if MEV is used
# Parameters if MEV is used
mev_params
:
mev_params
:
# The image to use for MEV boost relay
# The image to use for MEV boost relay
mev_relay_image
:
flashbots/mev-boost-relay
mev_relay_image
:
ethpandaops/mev-boost-relay:main
# The image to use for the builder
# The image to use for the builder
mev_builder_image
:
ethpandaops/flashbots-builder:main
mev_builder_image
:
ethpandaops/flashbots-builder:main
# The image to use for the CL builder
# The image to use for the CL builder
mev_builder_cl_image
:
sigp/lighthouse:latest
mev_builder_cl_image
:
sigp/lighthouse:latest
# The image to use for mev-boost
# The image to use for mev-boost
mev_boost_image
:
flashbots/mev-boost
mev_boost_image
:
ethpandaops/mev-boost:develop
# Parameters for MEV Boost. This overrides all arguments of the mev-boost container
# Parameters for MEV Boost. This overrides all arguments of the mev-boost container
mev_boost_args
:
[]
mev_boost_args
:
[]
# Extra parameters to send to the API
# Extra parameters to send to the API
...
...
network_params.yaml
View file @
176b08a7
...
@@ -137,10 +137,10 @@ disable_peer_scoring: false
...
@@ -137,10 +137,10 @@ disable_peer_scoring: false
persistent
:
false
persistent
:
false
mev_type
:
null
mev_type
:
null
mev_params
:
mev_params
:
mev_relay_image
:
flashbots/mev-boost-relay
mev_relay_image
:
ethpandaops/mev-boost-relay:main
mev_builder_image
:
ethpandaops/flashbots-builder:main
mev_builder_image
:
ethpandaops/flashbots-builder:main
mev_builder_cl_image
:
sigp/lighthouse:latest
mev_builder_cl_image
:
sigp/lighthouse:latest
mev_boost_image
:
flashbots/mev-boost
mev_boost_image
:
ethpandaops/mev-boost:develop
mev_boost_args
:
[
"
mev-boost"
,
"
--relay-check"
]
mev_boost_args
:
[
"
mev-boost"
,
"
--relay-check"
]
mev_relay_api_extra_args
:
[]
mev_relay_api_extra_args
:
[]
mev_relay_housekeeper_extra_args
:
[]
mev_relay_housekeeper_extra_args
:
[]
...
...
src/package_io/constants.star
View file @
176b08a7
...
@@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
...
@@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.7.0"
"ethpandaops/ethereum-genesis-generator:3.7.0"
)
)
DEFAULT_FLASHBOTS_RELAY_IMAGE = "
flashbots/mev-boost-relay:0.29.2a3
"
DEFAULT_FLASHBOTS_RELAY_IMAGE = "
ethpandaops/mev-boost-relay:main
"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "
flashbots/mev-boost
"
DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "
ethpandaops/mev-boost:develop
"
DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main"
DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main"
DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal"
DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal"
DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest"
DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest"
...
...
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