Skip to content

Commit

Permalink
fix: blockscout bad return (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 20, 2024
1 parent 293001a commit e80870b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,6 @@ def run(plan, args={}):

output = struct(
grafana_info=grafana_info,
blockscout_sc_verif_url=None
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,
network_params=network_params,
Expand Down

0 comments on commit e80870b

Please sign in to comment.