diff --git a/README.md b/README.md index dafc82d..ceac728 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,16 @@ It will make unsigned transaction output file (default `./unsignedTx.json`) ## Instructions ### For Both +``` terracli tx distr set-withdraw-addr --withdraw-to terra1437zllxmq9gag8acyt56rk7dkyrd2zvk9ts02p --from {both} --chain-id columbus-2 --gas-prices 0.015uluna --gas 18000 +``` ### For Foundation Validator +``` terracli tx distr withdraw-rewards --validator {validator} --from {validator} --commission +``` ### For Foundation Delegator +``` terracli tx distr terracli tx distr withdraw-all-rewards --from {validator} +```