Commit 14dc9577 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: work with latest eth-network-package (#116)

Changelog picked up from commits here:

fix: work with latest eth-network-package
parent f9b638bc
...@@ -36,7 +36,7 @@ def run(plan, args): ...@@ -36,7 +36,7 @@ def run(plan, args):
plan.print("Read the prometheus, grafana templates") plan.print("Read the prometheus, grafana templates")
plan.print("Launching participant network with {0} participants and the following network params {1}".format(num_participants, network_params)) plan.print("Launching participant network with {0} participants and the following network params {1}".format(num_participants, network_params))
all_participants, cl_genesis_timestamp = eth_network_module.run(plan, args_with_defaults_dict) all_participants, cl_genesis_timestamp, _ = eth_network_module.run(plan, args_with_defaults_dict)
all_el_client_contexts = [] all_el_client_contexts = []
all_cl_client_contexts = [] all_cl_client_contexts = []
......
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