Governance
Create New Text Proposal
atomoned tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uatone \
--type Text \
--from $WALLET \
--fees \
-y
Proposals List
atomoned query gov proposals
View proposal by proposal no
atomoned query gov proposal 1
Vote yes
atomoned tx gov vote 1 yes --from $WALLET --chain-id atomone-testnet-1 --fees
Vote no
atomoned tx gov vote 1 no --from $WALLET --chain-id atomone-testnet-1 --fees
Vote abstain
atomoned tx gov vote 1 abstain --from $WALLET --chain-id atomone-testnet-1 --fees
Vote No With Veto
atomoned tx gov vote 1 no_with_veto --from $WALLET --chain-id atomone-testnet-1 --fees
Last updated