Upgrade
Download and install upgrade binaries
Section titled “Download and install upgrade binaries”cd $HOMEwget https://github.com/airchains-network/junction/releases/download/v0.3.2/junctiond-linux-amd64chmod +x junctiond-linux-amd64mv junctiond-linux-amd64 $HOME/go/bin/junctiond
# Prepare binaries for Cosmovisormkdir -p $HOME/.junctiond/cosmovisor/upgrades/jip-2/bin/cp $HOME/go/bin/junctiond $HOME/.junctiond/cosmovisor/upgrades/jip-2/bin/$HOME/.junctiond/cosmovisor/upgrades/jip-2/bin/junctiond version --long | grep -e commit -e version
Check consensus
Section titled “Check consensus”curl -s http://localhost:13757/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'