Commit bc06e2a4 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

feat: add prefunded accounts to output (#657)

parent 4e69a4c0
...@@ -618,6 +618,7 @@ def run(plan, args={}): ...@@ -618,6 +618,7 @@ def run(plan, args={}):
if ("blockscout" in args_with_right_defaults.additional_services) == False if ("blockscout" in args_with_right_defaults.additional_services) == False
else blockscout_sc_verif_url, else blockscout_sc_verif_url,
all_participants=all_participants, all_participants=all_participants,
pre_funded_accounts=genesis_constants.PRE_FUNDED_ACCOUNTS,
final_genesis_timestamp=final_genesis_timestamp, final_genesis_timestamp=final_genesis_timestamp,
genesis_validators_root=genesis_validators_root, genesis_validators_root=genesis_validators_root,
) )
......
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