symphonyd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000note \
--type Text \
--from $WALLET \
--fees 800note \
-y
symphonyd query gov proposals
symphonyd query gov proposal 1
symphonyd tx gov vote 1 yes --from $WALLET --chain-id symphony-testnet-3 --fees 800note
symphonyd tx gov vote 1 no --from $WALLET --chain-id symphony-testnet-3 --fees 800note
symphonyd tx gov vote 1 abstain --from $WALLET --chain-id symphony-testnet-3 --fees 800note
symphonyd tx gov vote 1 no_with_veto --from $WALLET --chain-id symphony-testnet-3 --fees 800note