This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ Upgrade

Upgrade

Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.

Download a specific upgrade binary file
cd $HOME
wget https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.2/linux/routerd.tar.gz
tar -xzf routerd.tar.gz
chmod +x routerd
rm -f routerd.tar.gz

Latest commit : 0cb3df634490b8bc267e6617c208a6038b859db7

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.routerd/cosmovisor/upgrades/2.2.1-to-2.2.2/bin
mv routerd $HOME/.routerd/cosmovisor/upgrades/2.2.1-to-2.2.2/bin/
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.