Governance
Create New Text Proposal
junod tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ujunox \
--type Text \
--from $WALLET \
--gas-adjustment 1.4 --gas auto --gas-prices 0.1ujunox \
-y Proposals List
junod query gov proposalsView proposal by proposal no
junod query gov proposal 1Vote yes
junod tx gov vote 1 yes --from $WALLET --chain-id uni-7 --gas-adjustment 1.4 --gas auto --gas-prices 0.1ujunoxVote no
junod tx gov vote 1 no --from $WALLET --chain-id uni-7 --gas-adjustment 1.4 --gas auto --gas-prices 0.1ujunoxVote abstain
junod tx gov vote 1 abstain --from $WALLET --chain-id uni-7 --gas-adjustment 1.4 --gas auto --gas-prices 0.1ujunoxVote No With Veto
junod tx gov vote 1 no_with_veto --from $WALLET --chain-id uni-7 --gas-adjustment 1.4 --gas auto --gas-prices 0.1ujunoxLast updated