Skip to content

Commit

Permalink
feat: add prefunded accounts to output (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 3, 2024
1 parent 4e69a4c commit bc06e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ def run(plan, args={}):
if ("blockscout" in args_with_right_defaults.additional_services) == False
else blockscout_sc_verif_url,
all_participants=all_participants,
pre_funded_accounts=genesis_constants.PRE_FUNDED_ACCOUNTS,
final_genesis_timestamp=final_genesis_timestamp,
genesis_validators_root=genesis_validators_root,
)
Expand Down

0 comments on commit bc06e2a

Please sign in to comment.