⬆️ Upgrade

# Download the new binary:
cd $HOME
wget -O selfchaind https://github.com/hotcrosscom/Self-Chain-Releases/releases/download/mainnet-v2.0.0/selfchaind-linux-amd64
chmod +x selfchaind

# Prepare binaries for Cosmovisor
mkdir -p  $HOME/.selfchain/cosmovisor/upgrades/mainnet-v2.0.0/bin
sudo mv $HOME/bin/selfchaind $HOME/.selfchain/cosmovisor/upgrades/mainnet-v2.0.0/bin

Last updated