Governance

LIST ALL PROPOSALS

andromedad query gov proposals

VIEW PROPOSAL BY ID

andromedad query gov proposal 1

VOTE ‘YES’

andromedad tx gov vote 1 yes \
--from wallet \
--chain-id andromeda-1 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.001uandr \
-y

VOTE ‘NO’

andromedad tx gov vote 1 no \
--from wallet \
--chain-id andromeda-1 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.001uandr \
-y

VOTE ‘ABSTAIN’

andromedad tx gov vote 1 abstain \
--from wallet \
--chain-id andromeda-1 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.001uandr \
-y

VOTE ‘NOWITHVETO’

andromedad tx gov vote 1 NoWithVeto \
--from wallet \
--chain-id andromeda-1 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.001uandr \
-y

Last updated