Skip to content

Commit

Permalink
chore(makefile): remove make halo-simnet (#2053)
Browse files Browse the repository at this point in the history
Removes legacy simnet command from makefile.

issue: none
  • Loading branch information
corverroos authored Oct 3, 2024
1 parent 84539d3 commit 1992c80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ fix-golden: ## Fixes golden test fixtures.
### Testing ###
###############################################################################

.PHONY: halo-simnet
halo-simnet: ## Runs halo in simnet mode.
@go install github.com/omni-network/omni/halo
@halo init --home=/tmp/halo --network=simnet --clean
@halo run --home=/tmp/halo

.PHONY: devnet-deploy
devnet-deploy: ## Deploys devnet1
@echo "Creating a docker-compose devnet in ./e2e/run/devnet1"
Expand Down

0 comments on commit 1992c80

Please sign in to comment.