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. Mainnet
  2. Near

Upgrade

Prepare for and the upcomming chain upgrade using Cosmovisor.

PreviousInstallationNextSnapshot

Last updated 11 months ago

Was this helpful?

Chain ID: mainnet | Latest Version Tag: v1.39.1

Download and build upgrade binaries

# Clone project repository
cd $HOME
rm -rf nearcore
git clone https://github.com/near/nearcore
cd nearcore
git fetch origin --tags
git checkout tags/1.39.2 -b mynode
make release
sudo mv $HOME/nearcore/target/release/neard /usr/local/bin/neard
sudo systemctl restart neard && sudo journalctl -u neard -f --no-hostname -o cat