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 dymension
git clone https://github.com/dymensionxyz/dymension.git
cd dymension
git checkout v3.1.0
make install
sudo systemctl restart dymd && journalctl -u dymd -f
'''