The upgrade is scheduled for block 4,415,000. It is estimated to take place 6 hours 29 minutes
from now.
cd $HOME
cd elys
git pull
git checkout v6.1.0
make install
# should be v6.1.0
elys version
# Should be commit cd4539687824491b0dd767568a45832a2cac1e1a
elys version --long | grep commit
sudo systemctl restart elys
sudo journalctl -u elys -f
mkdir -p $HOME/.elys/cosmovisor/upgrades/v6.1.0/bin
cp $HOME/go/bin/elys $HOME/.elys/cosmovisor/upgrades/v6.1.0/bin
# should be v6.1.0
$HOME/.elys/cosmovisor/upgrades/v6.1.0/bin/elys version
When upgrade block height is reached, Cosmovisor will handle it automatically.