Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
husonghua committed Dec 1, 2021
1 parent 1afb294 commit f7b653a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/kichain.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ kid tx staking delegate kivaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4pq8jud7 7000000
--from=polkachu
```

```bash
kid tx staking edit-validator \
--commission-rate="0.01" \
--moniker="polkachu.com | 1% fee" \
--chain-id=kichain-2 \
--gas-prices=0.025uxki \
--from=polkachu
```

Claim rewards

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/osmosis.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Edit validator

```bash
osmosisd tx staking edit-validator \
--moniker "polkachu.com | 5% fee" \
--moniker "polkachu.com" \
--website "https://polkachu.com" \
--chain-id=osmosis-1 \
--gas="auto" \
Expand Down

0 comments on commit f7b653a

Please sign in to comment.