Governance

Create New Text Proposal

aaronetworkd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uaaron \
--type Text \
--from $WALLET \
--fees 3000uaaron\
-y 

Proposals List

aaronetworkd query gov proposals

View proposal by proposal no

aaronetworkd query gov proposal 1

Vote yes

aaronetworkd tx gov vote 1 yes --from $WALLET --chain-id aaronetwork --WhiskyIsRisky

Vote no

aaronetworkd tx gov vote 1 no --from $WALLET --chain-id aaronetwork --WhiskyIsRisky

Vote abstain

aaronetworkd tx gov vote 1 abstain --from $WALLET --chain-id aaronetwork --WhiskyIsRisky

Vote No With Veto

aaronetworkd tx gov vote 1 no_with_veto --from $WALLET --chain-id aaronetwork --WhiskyIsRisky

Last updated