Skip to content

Commit

Permalink
chore: add l2-explorer-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Oct 29, 2024
1 parent 10aa240 commit 2b8f057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ l2-explorer-start:
@$(CURDIR)/scripts/l2-explorer/l2-explorer-start.sh
.PHONY: l2-explorer-start

## Restart the OP chain explorer (without deleting the volumes)
l2-explorer-restart:
@$(CURDIR)/scripts/l2-explorer/l2-explorer-restart.sh
.PHONY: l2-explorer-restart

## Stop the OP chain explorer and remove the volumes
l2-explorer-stop: ## Stops all explorer services
docker compose -f docker/docker-compose-l2-explorer.yml stop proxy visualizer-proxy sig-provider visualizer smart-contract-verifier stats frontend backend stats-db backend-db
Expand Down

0 comments on commit 2b8f057

Please sign in to comment.