Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.
Last updated
Prepare for and the upcomming chain upgrade using Cosmovisor.
Last updated
# Clone project repository
cd $HOME
rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v0.7.0
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.elys/cosmovisor/upgrades/v0.7.0/bin
mv build/elysd $HOME/.elys/cosmovisor/upgrades/v0.7.0/bin/
rm -rf build