Governance
Create New Text Proposal
achillesd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000udesio \
--type Text \
--from $WALLET \
--fees 50000uodis \
-y Proposals List
achillesd query gov proposalsView proposal by proposal no
achillesd query gov proposal 1Vote yes
achillesd tx gov vote 1 yes --from $WALLET --chain-id ithaca-1 --fees 50000uodisVote no
achillesd tx gov vote 1 no --from $WALLET --chain-id ithaca-1 --fees 50000uodisVote abstain
achillesd tx gov vote 1 abstain --from $WALLET --chain-id ithaca-1 --fees 50000uodisVote No With Veto
achillesd tx gov vote 1 no_with_veto --from $WALLET --chain-id ithaca-1 --fees 50000uodisLast updated