Skip to content

Commit a67a246

Browse files
committed
update
1 parent 270141b commit a67a246

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/deweb.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,25 @@ dewebd tx staking create-validator \
2121
--gas-prices 0.001udws \
2222
--from deweb_test
2323
```
24+
25+
Withdraw rewards
26+
27+
```bash
28+
dewebd tx distribution withdraw-rewards dewebvaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslwkjylp --commission \
29+
--chain-id deweb-testnet-0 \
30+
--gas auto \
31+
--gas-adjustment 1.5 \
32+
--gas-prices 0.001udws \
33+
--from deweb_test
34+
```
35+
36+
Delegate
37+
38+
```bash
39+
dewebd tx staking delegate dewebvaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslwkjylp 113000000udws \
40+
--chain-id deweb-testnet-0 \
41+
--gas auto \
42+
--gas-adjustment 1.5 \
43+
--gas-prices 0.001udws \
44+
--from deweb_test
45+
```

0 commit comments

Comments
 (0)