Skip to content

Commit 14dc957

Browse files
authored
fix: work with latest eth-network-package (#116)
Changelog picked up from commits here: fix: work with latest eth-network-package
1 parent f9b638b commit 14dc957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(plan, args):
3636
plan.print("Read the prometheus, grafana templates")
3737

3838
plan.print("Launching participant network with {0} participants and the following network params {1}".format(num_participants, network_params))
39-
all_participants, cl_genesis_timestamp = eth_network_module.run(plan, args_with_defaults_dict)
39+
all_participants, cl_genesis_timestamp, _ = eth_network_module.run(plan, args_with_defaults_dict)
4040

4141
all_el_client_contexts = []
4242
all_cl_client_contexts = []

0 commit comments

Comments
 (0)