BabyScope
  • 🔭BabyScope Explorer
  • ⛓️Supported Chains
  • Mainnet
    • Lava
      • Installation
      • Provider
      • Upgrade
      • Useful commands
    • Axelar
      • Installation
      • Upgrade
      • State sync
      • Useful commands
    • Evmos
      • Installation
      • Upgrade
      • State sync
      • Useful commands
    • Near
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
  • Testnet
    • LAVA
      • Installation
      • Provider
      • Upgrade
      • Useful commands
    • Union
      • Installation
      • Upgrade
      • Useful commands
  • TEAM BABYSCOPE
    • About Team
    • ✖️Twitter
Powered by GitBook
On this page

Was this helpful?

  1. Testnet
  2. Union

Upgrade

PreviousInstallationNextUseful commands

Last updated 4 months ago

Was this helpful?

Chain ID
Latest Version Tag
Custom Port

union-testnet-9

v0.25.0

171

Since we are using Cosmovisor, it makes it very easy to prepare for upcomming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.

Download and build upgrade binaries

# Download project binaries
mkdir -p $HOME/.union/cosmovisor/upgrades/v0.25.0/bin
wget -O $HOME/.union/cosmovisor/upgrades/v0.25.0/bin/uniond https://snapshots.kjnodes.com/union-testnet/uniond-v0.25.0-linux-amd64
chmod +x $HOME/.union/cosmovisor/upgrades/v0.25.0/bin/uniond

Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!