The upgrade is scheduled for block 129,772,500. It is estimated to take place 4 days 14 minutes
from now.
cd $HOME
cd injective-core
git pull
git checkout v1.16.2
make install
# should be v1.16.2
injectived version
# Should be commit 437674d0b
injectived version --long | grep commit
sudo systemctl restart injectived
sudo journalctl -u injectived -f
mkdir -p $HOME/.injectived/cosmovisor/upgrades/v1.16.2/bin
cp $HOME/go/bin/injectived $HOME/.injectived/cosmovisor/upgrades/v1.16.2/bin
# should be v1.16.2
$HOME/.injectived/cosmovisor/upgrades/v1.16.2/bin/injectived version
When upgrade block height is reached, Cosmovisor will handle it automatically.