Osmosis

Osmosis angrymouse attack Upgrade

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 5266396. It is estimated to take place 1 year ago. A countdown clock is here.

Install New Binary

cd osmosis
git pull
git checkout angrymouse attack
make install

Check Version

# should be 
osmosisd version

# Should be commit 
osmosisd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

Since the folder name contains capitalized letters, please check your cosmovisor version to ensure that it complies with the version stardard.
mkdir -p $HOME/.osmosisd/cosmovisor/upgrades//bin
cp $HOME/go/bin/osmosisd $HOME/.osmosisd/cosmovisor/upgrades//bin

Check Version Again

# should be 
$HOME/.osmosisd/cosmovisor/upgrades//bin/osmosisd version