Skip to content

Commit

Permalink
Update commands create-val.md (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
RumeelHussainbnb authored Sep 19, 2023
1 parent 482b5eb commit a85e752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/beaconchain/validator/create-val.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ bnbcli staking create-validator-open \
--pubkey {the concensus pubkey created in step 1} \
--commission-rate {10000000 represent 10%} \
--commission-max-rate {20000000 represent 20%} \
--commission-max-change-rate {500000000 represent 5%} \
--commission-max-change-rate {5000000 represent 5%} \
--moniker {validator name} \
--details {validator detailed description} \
--identity {keybase identity} \
Expand All @@ -65,7 +65,7 @@ $ tbnbcli staking create-validator-open \
--pubkey {the concensus pubkey created in step 1} \
--commission-rate {10000000 represent 10%} \
--commission-max-rate {20000000 represent 20%} \
--commission-max-change-rate {10000000 represent 1%} \
--commission-max-change-rate {1000000 represent 1%} \
--moniker {validator name} \
--details {validator detailed description} \
--identity {keybase identity} \
Expand All @@ -76,4 +76,4 @@ $ tbnbcli staking create-validator-open \

## Query validators on testnet
./tbnbcli staking validators --chain-id Binance-Chain-Ganges --node=http://data-seed-pre-2-s1.bnbchain.org:80
```
```

0 comments on commit a85e752

Please sign in to comment.