chore(simapp): Deprecate --v in favor of --validator-count, -n (#19146)

This commit is contained in:
Richard Gibson
2024-01-23 23:43:41 +00:00
committed by GitHub
parent e27373b6fd
commit c27a3a32cc
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ localnet-build-dlv:
#? localnet-build-nodes: Start localnet node
localnet-build-nodes:
$(DOCKER) run --rm -v $(CURDIR)/.testnets:/data cosmossdk/simd \
testnet init-files --v 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test --listen-ip-address 0.0.0.0
testnet init-files -n 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test --listen-ip-address 0.0.0.0
docker-compose up -d
#? localnet-stop: Stop localnet node