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 proposals
View proposal by proposal no
achillesd query gov proposal 1
Vote yes
achillesd tx gov vote 1 yes --from $WALLET --chain-id ithaca-1 --fees 50000uodis
Vote no
achillesd tx gov vote 1 no --from $WALLET --chain-id ithaca-1 --fees 50000uodis
Vote abstain
achillesd tx gov vote 1 abstain --from $WALLET --chain-id ithaca-1 --fees 50000uodis
Vote No With Veto
achillesd tx gov vote 1 no_with_veto --from $WALLET --chain-id ithaca-1 --fees 50000uodis
Last updated