Skip to content

Commit

Permalink
debug: contracts status
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Mar 26, 2024
1 parent 693b779 commit ebb77cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ def run(plan, args):
),
)

# TODO: Check if the contracts were already initialized.. I'm leaving this here for now, but it's not useful!!
contract_init_stat = plan.exec(
service_name="contracts" + args["deployment_suffix"],
acceptable_codes=[0, 1],
recipe=ExecRecipe(command=["stat", "/opt/zkevm/.init-complete.lock"]),
)

# Deploy contracts
plan.exec(
service_name="contracts" + args["deployment_suffix"],
Expand Down

0 comments on commit ebb77cf

Please sign in to comment.