Governance

Create New Text Proposal

emped tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uempe \
--type Text \
--from $WALLET \
--fees 3000uempe --gas auto \
-y 

Proposals List

emped query gov proposals

View proposal by proposal no

emped query gov proposal 1

Vote yes

emped tx gov vote 1 yes --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto

Vote no

emped tx gov vote 1 no --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto

Vote abstain

emped tx gov vote 1 abstain --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto

Vote No With Veto

emped tx gov vote 1 no_with_veto --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto

Last updated