Loading...

Elys Chain Upgrade

The upgrade is scheduled for block 3,947,500. It is estimated to take place 11 hours 6 minutes from now.


Install New Binary

cd $HOME
cd elys
git pull
git checkout v6.0.0
make install

Check Version

# should be v6.0.0
elys version 

# Should be commit e49925d6825125276b0928d3720e79c028a98c0f
elys version --long | grep commit 

Restart the service and check the logs

Without using Cosmovisor
sudo systemctl restart elys
sudo journalctl -u elys -f

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.elys/cosmovisor/upgrades/v6.0.0/bin
cp $HOME/go/bin/elys $HOME/.elys/cosmovisor/upgrades/v6.0.0/bin

Check Version Again

# should be v6.0.0
$HOME/.elys/cosmovisor/upgrades/v6.0.0/bin/elys version
When upgrade block height is reached, Cosmovisor will handle it automatically.