Governance
Create New Text Proposal
symphonyd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000note \
--type Text \
--from $WALLET \
--fees 800note \
-y Proposals List
symphonyd query gov proposalsView proposal by proposal no
symphonyd query gov proposal 1Vote yes
symphonyd tx gov vote 1 yes --from $WALLET --chain-id symphony-testnet-4 --fees 800noteVote no
symphonyd tx gov vote 1 no --from $WALLET --chain-id symphony-testnet-4 --fees 800noteVote abstain
symphonyd tx gov vote 1 abstain --from $WALLET --chain-id symphony-testnet-4 --fees 800noteVote No With Veto
symphonyd tx gov vote 1 no_with_veto --from $WALLET --chain-id symphony-testnet-4 --fees 800noteLast updated