./list_keys.sh
./check_balance.sh
./create_validator.sh
./unjail_validator.sh
./check_validator.sh
./start_wardend.sh
./check_log.sh
symphonyd tx distribution withdraw-all-rewards \
--from $WALLET \
--chain-id symphony-testnet-2 \
--gas auto \
--gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx distribution withdraw-rewards $(symphonyd keys show $WALLET --bech val -a) \
--from $WALLET \
--commission \
--chain-id symphony-testnet-2 \
--gas auto \
--gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx staking delegate $(symphonyd keys show $WALLET --bech val -a) 1000000note \
--from $WALLET \
--chain-id symphony-testnet-2 \
--gas auto \
--gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx staking redelegate <FROM_VALOPER_ADDRESS> <TO_VALOPER_ADDRESS> 1000000note \
--from $WALLET \
--chain-id symphony-testnet-2 \
--gas auto \
--gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx staking unbond $(symphonyd keys show $WALLET --bech val -a) 1000000note \
--from $WALLET \
--chain-id symphony-testnet-2 \
--gas auto --gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx bank send $WALLET <TO_WALLET_ADDRESS> 1000000note \
--gas auto \
--gas-adjustment 1.5 \
--fees 800note -y
symphonyd tx slashing unjail \
--from $WALLET \
--chain-id symphony-testnet-2 \
--fees=800note -y
symphonyd query gov proposals
symphonyd tx gov vote 1 yes \
--from $WALLET \
--chain-id symphony-testnet-2 \
--gas auto \
--gas-adjustment 1.5 \
--fees=800note -y
vote value can be yes
, no
, no_with_veto
and abstain