zenrockd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000urock \
--type Text \
--from $WALLET \
--fees 500000urock \
-y
zenrockd query gov proposals
zenrockd query gov proposal 1
zenrockd tx gov vote 1 yes --from $WALLET --chain-id gardia-3 --fees 500000urock
zenrockd tx gov vote 1 no --from $WALLET --chain-id gardia-3 --fees 500000urock
zenrockd tx gov vote 1 abstain --from $WALLET --chain-id gardia-3 --fees 500000urock
zenrockd tx gov vote 1 no_with_veto --from $WALLET --chain-id gardia-3 --fees 500000urock