Commit 4dfc7ee9 authored by Gyanendra Mishra's avatar Gyanendra Mishra

saving

parent fdeda0b8
......@@ -57,7 +57,7 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
- [x] facts and waits
- [x] framework
- [ ] needs longer fact & wait
- [x] nimbus
- [x] nimbus - eth2-merge-kurtosis-module is broken and so is this
- [x] facts and waits
- [x] framework
- [ ] prysm
......
......@@ -137,7 +137,7 @@ def launch(
beacon_metrics_url = "{0}:{1}".format(beacon_service.ip_address, beacon_metrics_port.number)
validator_metrics_port = validator_service.ports[VALIDATOR_METRICS_PORT_ID]
validator_metrics_url = "{00}:{1}".format(validator_service.ip_address, validator_metrics_port.number)
validator_metrics_url = "{0}:{1}".format(validator_service.ip_address, validator_metrics_port.number)
beacon_node_metrics_info = new_cl_node_metrics_info(beacon_node_service_id, METRICS_PATH, beacon_metrics_url)
validator_node_metrics_info = new_cl_node_metrics_info(validator_node_service_id, METRICS_PATH, validator_metrics_url)
......
......@@ -199,7 +199,7 @@ def get_beacon_service_config(
if mev_boost_context != None:
cmd_args.append("--builder")
cmd_args.append(mev_boost_endpoint(mev_boost_context))
cmd_args.append("--builder.urls '{0}'".format(mev_boost_endpoint(mev_boost_context)))
if len(extra_params) > 0:
......
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