Commit b3819a93 authored by Gyanendra Mishra's avatar Gyanendra Mishra

61d79cc5d125dfdfa2f1fd7c856ac5a9b5fac249 builds against this - change mev boost

parent 8d58d8e3
......@@ -52,7 +52,7 @@ def get_service_config(config_files_artifact_uuid):
files_artifact_mount_dirpaths = {
config_files_artifact_uuid: FORKMON_CONFIG_MOUNT_DIRPATH_ON_SERVICE,
},
cmd_args = ["/usr/src/ethereum_consensus_monitor", "--config-path", config_file_path]
cmd_args = ["--config-path", config_file_path]
)
......
......@@ -19,7 +19,6 @@ def get_service_config(prefunded_addresses, el_client_context):
return struct(
container_image_name = IMAGE_NAME,
cmd_args = [
"./tx-fuzz.bin",
"http://{0}:{1}".format(el_client_context.ip_addr, el_client_context.rpc_port_num),
"spam",
comma_separated_private_keys,
......
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