Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: dymension_1100-1 | Latest Version Tag: v3.1.0
Download and build upgrade binaries
# 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
'''
Last updated