Commit ea98cc56 authored by Gyanendra Mishra's avatar Gyanendra Mishra

small bug fixes from copying and pasting

parent 590b2639
......@@ -77,7 +77,7 @@ def launch(
service.ip_address,
RPC_PORT_NUM,
WS_PORT_NUM,
ENGINE_HTTP_RPC_PORT_NUM
ENGINE_RPC_PORT_NUM
)
......
......@@ -83,13 +83,13 @@ def launch(
# TODO add facts & waits
return new_el_client_context(
"erigon",
"geth",
"", # TODO fetch ENR from wait & fact
"", # TODO add Enode from wait & fact,
service.ip_address,
RPC_PORT_NUM,
WS_PORT_NUM,
ENGINE_HTTP_RPC_PORT_NUM
ENGINE_RPC_PORT_NUM
)
def get_service_config(network_id, genesis_data, prefunded_geth_keys_artifact_uuid, prefunded_account_info, image, existing_el_clients, verbosity_level, extra_params):
......
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