0gchaind tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ua0gi \
--type Text \
--from $WALLET \
--gas-adjustment 1.4 --gas auto \
-y
0gchaind query gov proposals
0gchaind query gov proposal 1
0gchaind tx gov vote 1 yes --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
0gchaind tx gov vote 1 no --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
0gchaind tx gov vote 1 abstain --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
0gchaind tx gov vote 1 no_with_veto --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto