chore(simapp): Deprecate --v in favor of --validator-count, -n (#19146)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user