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
808e4672
Commit
808e4672
authored
Dec 21, 2024
by
luxq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "update prysm_launcher for bf beacon:v5.0.1""
This reverts commit
86b68f0c
.
parent
86b68f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
prysm_launcher.star
src/cl/prysm/prysm_launcher.star
+3
-3
No files found.
src/cl/prysm/prysm_launcher.star
View file @
808e4672
...
@@ -199,9 +199,9 @@ def get_beacon_config(
...
@@ -199,9 +199,9 @@ def get_beacon_config(
"--execution-endpoint=" + EXECUTION_ENGINE_ENDPOINT,
"--execution-endpoint=" + EXECUTION_ENGINE_ENDPOINT,
"--rpc-host=0.0.0.0",
"--rpc-host=0.0.0.0",
"--rpc-port={0}".format(RPC_PORT_NUM),
"--rpc-port={0}".format(RPC_PORT_NUM),
#
"--http-host=0.0.0.0",
"--http-host=0.0.0.0",
#
"--http-cors-domain=*",
"--http-cors-domain=*",
#
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--p2p-host-ip=" + port_publisher.nat_exit_ip,
"--p2p-host-ip=" + port_publisher.nat_exit_ip,
"--p2p-tcp-port={0}".format(discovery_port),
"--p2p-tcp-port={0}".format(discovery_port),
"--p2p-udp-port={0}".format(discovery_port_udp),
"--p2p-udp-port={0}".format(discovery_port_udp),
...
...
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