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" \