Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: prajna-1 | Latest Version Tag: v0.2.0
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf hid-node
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
git checkout v0.2.0
# Install binaries
make install
# Restart service
sudo systemctl restart hid-noded && journalctl -u hid-noded -f
Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated