We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb294 commit f7b653aCopy full SHA for f7b653a
docs/kichain.md
@@ -28,6 +28,15 @@ kid tx staking delegate kivaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4pq8jud7 7000000
28
--from=polkachu
29
```
30
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
+
40
Claim rewards
41
42
```bash
docs/osmosis.md
@@ -25,7 +25,7 @@ Edit validator
25
26
27
osmosisd tx staking edit-validator \
- --moniker "polkachu.com | 5% fee" \
+ --moniker "polkachu.com" \
--website "https://polkachu.com" \
--chain-id=osmosis-1 \
--gas="auto" \
0 commit comments