From 088d9def1c22a21b096d5270021adcf15c540d45 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Wed, 24 Jul 2024 15:57:39 -0400 Subject: [PATCH] comm guide edits --- pages/devs/get-started/setup-wallet.mdx | 3 +++ pages/devs/validators/stake-a-validator.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/devs/get-started/setup-wallet.mdx b/pages/devs/get-started/setup-wallet.mdx index b2f7927..febb80a 100644 --- a/pages/devs/get-started/setup-wallet.mdx +++ b/pages/devs/get-started/setup-wallet.mdx @@ -3,6 +3,9 @@ import { Callout } from 'nextra/components' # Setup Wallet ## Create Wallet + +Follow the instructions [here](/devs/installation/cli) to install our CLI tool `allorad`, which is needed to create a wallet. + Prior to executing transactions, a wallet must be created by running: ```shell diff --git a/pages/devs/validators/stake-a-validator.mdx b/pages/devs/validators/stake-a-validator.mdx index cc3cc90..24a2232 100644 --- a/pages/devs/validators/stake-a-validator.mdx +++ b/pages/devs/validators/stake-a-validator.mdx @@ -76,7 +76,7 @@ With your stake information file ready, execute the following command to stake a ```shell allorad tx staking create-validator ./stake-validator.json \ - --chain-id=testnet \ + --chain-id=allora-testnet-1 \ --home="$APP_HOME" \ --keyring-backend=test \ --from="$MONIKER"