chore: update staking amount for genesis validator
This commit is contained in:
parent
75ae6efb5f
commit
a1ab3e9c23
@ -118,13 +118,13 @@ recover accounts at a later point in time.
|
|||||||
## 7) Add Genesis Account
|
## 7) Add Genesis Account
|
||||||
|
|
||||||
```
|
```
|
||||||
chibaclonkd add-genesis-account <key-name> 21000000000000000000000 --keyring-backend os
|
chibaclonkd add-genesis-account <key-name> 12000000000000000000000 --keyring-backend os
|
||||||
```
|
```
|
||||||
|
|
||||||
## 8) Create Your `gentx`
|
## 8) Create Your `gentx`
|
||||||
|
|
||||||
```
|
```
|
||||||
chibaclonkd gentx <key-name> 21000000000000000000000 000achk \
|
chibaclonkd gentx <key-name> 12000000000000000000000 000achk \
|
||||||
--pubkey=$(chibaclonkd tendermint show-validator) \
|
--pubkey=$(chibaclonkd tendermint show-validator) \
|
||||||
--chain-id="chibaclonk_81337-1" \
|
--chain-id="chibaclonk_81337-1" \
|
||||||
--moniker="YOUR_MONIKER_NAME" \
|
--moniker="YOUR_MONIKER_NAME" \
|
||||||
|
Loading…
Reference in New Issue
Block a user