From 874050fa16662681aeadc9d34a091402cfd9fa97 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Tue, 23 Jul 2024 20:05:49 +0530 Subject: [PATCH 1/2] Fix cli queries in testnet-stack instructions --- stack-orchestrator/stacks/testnet-laconicd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index 6ae04a3..22cd028 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -212,7 +212,7 @@ laconic-so deployment --dir laconic-console-deployment start * Check balance for your account: ```bash - laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances " + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances " ``` * Create required validator configuration: @@ -247,7 +247,7 @@ laconic-so deployment --dir laconic-console-deployment start * View your staking validator details: ```bash - laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator " + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator " ``` ## Perform operations -- 2.45.2 From 2e2d21b5cb2622e363c956e3b23c6a20d667ea7a Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 23 Jul 2024 21:19:08 +0530 Subject: [PATCH 2/2] Update command to check validators --- stack-orchestrator/stacks/testnet-laconicd/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index 22cd028..5ff8c82 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -244,12 +244,14 @@ laconic-so deployment --dir laconic-console-deployment start --from ' ``` -* View your staking validator details: +* View staking validators: ```bash - laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator " + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validators" ``` + * Check that in the list of validators `` exists + ## Perform operations * To perform txs against the chain using registry CLI, set your private key in config in the CLI container: -- 2.45.2