Commit 86b68f0c authored by luxq's avatar luxq

update prysm_launcher for bf beacon:v5.0.1"

"
parent 97b99aa8
...@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment