Skip to content

Commit bc06e2a

Browse files
authored
feat: add prefunded accounts to output (ethereum#657)
1 parent 4e69a4c commit bc06e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ def run(plan, args={}):
618618
if ("blockscout" in args_with_right_defaults.additional_services) == False
619619
else blockscout_sc_verif_url,
620620
all_participants=all_participants,
621+
pre_funded_accounts=genesis_constants.PRE_FUNDED_ACCOUNTS,
621622
final_genesis_timestamp=final_genesis_timestamp,
622623
genesis_validators_root=genesis_validators_root,
623624
)

0 commit comments

Comments
 (0)