Governance
Create New Text Proposal
hippod tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ahp \
--type Text \
--from $WALLET \
--fees 50000000000000000 \
-y Proposals List
hippod query gov proposalsView proposal by proposal no
hippod query gov proposal 1Vote yes
hippod tx gov vote 1 yes --from $WALLET --chain-id hippo-protocol-1 --fees 50000000000000000Vote no
hippod tx gov vote 1 no --from $WALLET --chain-id hippo-protocol-1 --fees 50000000000000000Vote abstain
hippod tx gov vote 1 abstain --from $WALLET --chain-id hippo-protocol-1 --fees 50000000000000000Vote No With Veto
hippod tx gov vote 1 no_with_veto --from $WALLET --chain-id hippo-protocol-1 --fees 50000000000000000Last updated