Skip to content

Commit f3ba05d

Browse files
committed
update
1 parent ce4e6f2 commit f3ba05d

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,26 @@ Juno: create validator
109109

110110
```bash
111111
junod tx staking create-validator \
112-
--amount 6000000ujunox \
113-
--commission-max-change-rate "0.1" \
114-
--commission-max-rate "0.20" \
115-
--commission-rate "0.1" \
112+
--amount 9000000ujuno \
113+
--commission-max-change-rate "0.01" \
114+
--commission-max-rate "0.10" \
115+
--commission-rate "0.0069" \
116116
--min-self-delegation "1" \
117-
--details "This is my validator" \
117+
--website "https://polkachu.com" \
118+
--identity "0A6AF02D1557E5B4" \
119+
--details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
118120
--pubkey=$(junod tendermint show-validator) \
119-
--moniker '[Polkachu] 1% fee' \
120-
--chain-id uni \
121-
--gas-prices 0.025ujunox \
121+
--moniker 'Polkachu' \
122+
--chain-id juno-1 \
123+
--gas-prices 0.025ujuno \
122124
--from polkachu
123125
```
126+
127+
Juno: Delegate
128+
129+
```bash
130+
junod tx staking delegate junovaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4pvzc6k3 33000000ujuno \
131+
--chain-id juno-1 \
132+
--from=polkachu \
133+
--gas-prices 0.025ujuno
134+
```

0 commit comments

Comments
 (0)