Skip to content

Commit

Permalink
fix: work with latest eth-network-package (#116)
Browse files Browse the repository at this point in the history
Changelog picked up from commits here:

fix: work with latest eth-network-package
  • Loading branch information
h4ck3rk3y authored Aug 9, 2023
1 parent f9b638b commit 14dc957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(plan, args):
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))
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_cl_client_contexts = []
Expand Down

0 comments on commit 14dc957

Please sign in to comment.