Governance
Create New Text Proposal
zetacored tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000azeta \
--type Text \
--from $WALLET \
--fees 5000000000000000azeta \
-y Proposals List
zetacored query gov proposalsView proposal by proposal no
zetacored query gov proposal 1Vote yes
zetacored tx gov vote 1 yes --from $WALLET --chain-id zetachain_7000-1 --fees 5000000000000000azetaVote no
zetacored tx gov vote 1 no --from $WALLET --chain-id zetachain_7000-1 --fees 5000000000000000azetaVote abstain
zetacored tx gov vote 1 abstain --from $WALLET --chain-id zetachain_7000-1 --fees 5000000000000000azetaVote No With Veto
zetacored tx gov vote 1 no_with_veto --from $WALLET --chain-id zetachain_7000-1 --fees 5000000000000000azetaLast updated