Skip to content

Commit

Permalink
Merge branch 'feature/add-upgrade-handler' of github.com:NibiruChain/…
Browse files Browse the repository at this point in the history
…nibiru into feature/add-upgrade-handler
  • Loading branch information
jgimeno committed Sep 20, 2023
2 parents 64dfa4a + 960961c commit f4dec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make/chaosnet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chaosnet-build:
# Run a chaosnet testnet locally
.PHONY: chaosnet
chaosnet: chaosnet-down
docker compose -f ./contrib/docker-compose/docker-compose-chaosnet.yml up --detach --build
docker compose -f ./contrib/docker-compose/docker-compose-chaosnet.yml up --detach --build --pull always

# Stop chaosnet
.PHONY: chaosnet-down
Expand Down

0 comments on commit f4dec06

Please sign in to comment.