Injective

Injective v1.9 Upgrade

This upgrade will improve EIP712 transaction parser, improve GRPC error handling, upgrade InterChain Accounts and set minimum protocol fee.

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 24204000. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd injective
git pull
git checkout v1.9
make install

Check Version

# should be 3c87354f5
injectived version

# Should be commit NA
injectived version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.injectived/cosmovisor/upgrades/v1.9/bin
cp $HOME/go/bin/injectived $HOME/.injectived/cosmovisor/upgrades/v1.9/bin

Check Version Again

# should be 3c87354f5
$HOME/.injectived/cosmovisor/upgrades/v1.9/bin/injectived version