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