Skip to content

Commit f7b653a

Browse files
committed
update
1 parent 1afb294 commit f7b653a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/kichain.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ kid tx staking delegate kivaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4pq8jud7 7000000
2828
--from=polkachu
2929
```
3030

31+
```bash
32+
kid tx staking edit-validator \
33+
--commission-rate="0.01" \
34+
--moniker="polkachu.com | 1% fee" \
35+
--chain-id=kichain-2 \
36+
--gas-prices=0.025uxki \
37+
--from=polkachu
38+
```
39+
3140
Claim rewards
3241

3342
```bash

docs/osmosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Edit validator
2525

2626
```bash
2727
osmosisd tx staking edit-validator \
28-
--moniker "polkachu.com | 5% fee" \
28+
--moniker "polkachu.com" \
2929
--website "https://polkachu.com" \
3030
--chain-id=osmosis-1 \
3131
--gas="auto" \

0 commit comments

Comments
 (0)