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
2ab3246f
Unverified
Commit
2ab3246f
authored
Mar 21, 2025
by
Barnabas Busa
Committed by
GitHub
Mar 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add validator custody (#929)
parent
d8e035b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
network_params.yaml
network_params.yaml
+1
-1
constants.star
src/package_io/constants.star
+1
-1
No files found.
README.md
View file @
2ab3246f
...
...
@@ -984,7 +984,7 @@ spamoor_blob_params:
# Ethereum genesis generator params
ethereum_genesis_generator_params
:
# The image to use for ethereum genesis generator
image
:
ethpandaops/ethereum-genesis-generator:3.7.
1
image
:
ethpandaops/ethereum-genesis-generator:3.7.
2
# Global parameter to set the exit ip address of services and public ports
port_publisher
:
...
...
network_params.yaml
View file @
2ab3246f
...
...
@@ -176,7 +176,7 @@ keymanager_enabled: false
checkpoint_sync_enabled
:
false
checkpoint_sync_url
:
"
"
ethereum_genesis_generator_params
:
image
:
ethpandaops/ethereum-genesis-generator:3.7.
1
image
:
ethpandaops/ethereum-genesis-generator:3.7.
2
port_publisher
:
nat_exit_ip
:
KURTOSIS_IP_ADDR_PLACEHOLDER
el
:
...
...
src/package_io/constants.star
View file @
2ab3246f
...
...
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.7.
1
"
"ethpandaops/ethereum-genesis-generator:3.7.
2
"
)
DEFAULT_FLASHBOTS_RELAY_IMAGE = "ethpandaops/mev-boost-relay:main"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
...
...
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