Skip to main content

SGE Network Upgrade

Upgrade to v1.7.5

Manual upgrade

Loading data...
cd $HOME && rm -rf sge && \
git clone https://github.com/sge-network/sge.git && cd sge && \
git checkout v1.7.5 && \
make build && \
chmod +x build/sged && \
sudo mv build/sged $(which sged) && \
sudo service sged restart && \
sudo journalctl -fu sged -o cat

Cosmovisor upgrade

Note

Choose this method only if you're using Cosmovisor to manage binaries and automate chain upgrades.

cd $HOME && rm -rf sge && \
git clone https://github.com/sge-network/sge.git && cd sge && \
git checkout v1.7.5 && \
make build && \
chmod +x build/sged && \
mkdir -p $HOME/.sge/cosmovisor/upgrades/v1.7.5/bin && \
mv build/sged $HOME/.sge/cosmovisor/upgrades/v1.7.5/bin/