Governance
Create New Text Proposal
layerd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000loya \
--type Text \
--from $WALLET \
--fees 5loya \
-y Proposals List
layerd query gov proposalsView proposal by proposal no
layerd query gov proposal 1Vote yes
layerd tx gov vote 1 yes --from $WALLET --chain-id tellor-1 --fees 5loyaVote no
layerd tx gov vote 1 no --from $WALLET --chain-id tellor-1 --fees 5loyaVote abstain
layerd tx gov vote 1 abstain --from $WALLET --chain-id tellor-1 --fees 5loyaVote No With Veto
layerd tx gov vote 1 no_with_veto --from $WALLET --chain-id tellor-1 --fees 5loyaLast updated