From 4e8dc36dfa39cae8d46309aded86dc8d08639ae8 Mon Sep 17 00:00:00 2001 From: yys Date: Mon, 24 Jun 2019 19:10:50 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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} +```