Governance
Create New Text Proposal
zenrockd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000urock \
--type Text \
--from $WALLET \
--fees 500000urock \
-y Proposals List
zenrockd query gov proposalsView proposal by proposal no
zenrockd query gov proposal 1Vote yes
zenrockd tx gov vote 1 yes --from $WALLET --chain-id gardia-4 --fees 500000urockVote no
zenrockd tx gov vote 1 no --from $WALLET --chain-id gardia-4 --fees 500000urockVote abstain
zenrockd tx gov vote 1 abstain --from $WALLET --chain-id gardia-4 --fees 500000urockVote No With Veto
zenrockd tx gov vote 1 no_with_veto --from $WALLET --chain-id gardia-4 --fees 500000urockLast updated