From 4b0940deeb21c8f0ceb5567f72f688a58b86ca44 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Wed, 6 Apr 2022 07:47:02 +0530 Subject: [PATCH] chore: update docs for the token distributon --- testnet/genesis-validators.md | 4 ++-- testnet/validator_node.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testnet/genesis-validators.md b/testnet/genesis-validators.md index 8d2866a5..c776f415 100644 --- a/testnet/genesis-validators.md +++ b/testnet/genesis-validators.md @@ -118,13 +118,13 @@ recover accounts at a later point in time. ## 7) Add Genesis Account ``` -chibaclonkd add-genesis-account 150000000000000000000000000achk --keyring-backend os +chibaclonkd add-genesis-account 21000000000000000000000 --keyring-backend os ``` ## 8) Create Your `gentx` ``` -chibaclonkd gentx 150000000000000000000000000achk \ +chibaclonkd gentx 21000000000000000000000 000achk \ --pubkey=$(chibaclonkd tendermint show-validator) \ --chain-id="chibaclonk_81337-1" \ --moniker="YOUR_MONIKER_NAME" \ diff --git a/testnet/validator_node.md b/testnet/validator_node.md index 92f49f2c..b831a5d2 100644 --- a/testnet/validator_node.md +++ b/testnet/validator_node.md @@ -33,11 +33,11 @@ recover accounts at a later point in time. `Note:` Only execute below transaction after complete sync of your full node -Please replace `key_name` with your key name and `moniker` also +Please replace `key_name` with your key name, amount with staking amount, validator description and `moniker` also ``` chibaclonkd tx staking create-validator \ - --amount=150000000000000000000000000achk \ + --amount="AMOUNT" \ --pubkey=$(chibaclonkd tendermint show-validator) \ --moniker="my-moniker" \ --website="https://myweb.site" \