Apply suggestions from code review
Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
This commit is contained in:
parent
d563a26415
commit
3f87671232
|
@ -340,7 +340,7 @@ gaiacli query staking validator <account_cosmosval>
|
||||||
|
|
||||||
#### Bond Tokens
|
#### Bond Tokens
|
||||||
|
|
||||||
On the Cosmos Hub mainnet, we delegate `uatom`, where `1atom = 10000000uatom`. Here's how you can bond tokens to a testnet validator (_i.e._ delegate):
|
On the Cosmos Hub mainnet, we delegate `uatom`, where `1atom = 1000000uatom`. Here's how you can bond tokens to a testnet validator (_i.e._ delegate):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gaiacli tx staking delegate \
|
gaiacli tx staking delegate \
|
||||||
|
@ -361,7 +361,7 @@ where `[name]` is the name of the key you specified when you initialized `gaiad`
|
||||||
While tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain a percentage of shares that equal their stake in this pool.
|
While tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain a percentage of shares that equal their stake in this pool.
|
||||||
|
|
||||||
::: tip Note
|
::: tip Note
|
||||||
Don't use more `uatom` thank you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)!
|
Don't use more `uatom` than you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)!
|
||||||
:::
|
:::
|
||||||
|
|
||||||
##### Query Delegations
|
##### Query Delegations
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Join the mainnet
|
# Join the mainnet
|
||||||
|
|
||||||
::: tip
|
::: tip
|
||||||
See the [launch](https://github.com/cosmos/launch) for
|
See the [launch repo](https://github.com/cosmos/launch) for
|
||||||
information on the mainnet, including the correct version
|
information on the mainnet, including the correct version
|
||||||
of the Cosmos-SDK to use and details about the genesis file.
|
of the Cosmos-SDK to use and details about the genesis file.
|
||||||
:::
|
:::
|
||||||
|
|
|
@ -27,7 +27,7 @@ gaiad tendermint show-validator
|
||||||
To create your validator, just use the following command:
|
To create your validator, just use the following command:
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
Don't use more `uatom` thank you have!
|
Don't use more `uatom` than you have!
|
||||||
:::
|
:::
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -78,7 +78,7 @@ A `gentx` is a JSON file carrying a self-delegation. All genesis transactions ar
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: warning Note
|
::: warning Note
|
||||||
Don't use more `uatom` thank you have!
|
Don't use more `uatom` than you have!
|
||||||
:::
|
:::
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue