achillesd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000udesio \
--type Text \
--from $WALLET \
--fees 50000uodis \
-y
achillesd query gov proposals
achillesd query gov proposal 1
achillesd tx gov vote 1 yes --from $WALLET --chain-id ithaca-1 --fees 50000uodis
achillesd tx gov vote 1 no --from $WALLET --chain-id ithaca-1 --fees 50000uodis
achillesd tx gov vote 1 abstain --from $WALLET --chain-id ithaca-1 --fees 50000uodis
achillesd tx gov vote 1 no_with_veto --from $WALLET --chain-id ithaca-1 --fees 50000uodis