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 proposals

View proposal by proposal no

symphonyd query gov proposal 1

Vote yes

symphonyd tx gov vote 1 yes --from $WALLET --chain-id symphony-testnet-3 --fees 800note

Vote no

symphonyd tx gov vote 1 no --from $WALLET --chain-id symphony-testnet-3 --fees 800note

Vote abstain

symphonyd tx gov vote 1 abstain --from $WALLET --chain-id symphony-testnet-3 --fees 800note

Vote No With Veto

symphonyd tx gov vote 1 no_with_veto --from $WALLET --chain-id symphony-testnet-3 --fees 800note

Last updated