nibid tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000nivea \
--type Text \
--from $WALLET \
--fees 5000unibi \
-y
nibid query gov proposals
nibid query gov proposal 1
nibid tx gov vote 1 yes --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
nibid tx gov vote 1 no --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
nibid tx gov vote 1 abstain --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
nibid tx gov vote 1 no_with_veto --from $WALLET --chain-id cataclysm-1 --fees 5000unibi