Upgrade validator version
Overview
This page describes how to get the latest version of the Ronin node's software.
Upgrades are usually backwards-compatible and can contain performance improvements, bug fixes or new features. It's recommended that every node is upgraded as soon as possible.
An upgrade, however, can also be a hardfork, which is usually not backwards-compatible. If your node fails to upgrade before a hardfork block occurs, the data on your node can differ from that on the network. Therefore, it's critical to upgrade your node before a hardfork occurs. All Ronin-planned hardforks are announced seven days in advance on our Discord server and the Ronin Newsletter.
Ronin node
Every Ronin node release is published on GitHub.
Mainnet
To find the Docker image for each mainnet release, visit the following:
To download the latest image for your node, follow these steps:
-
In the
.env
file, setNODE_IMAGE
to the following:ghcr.io/axieinfinity/ronin:v2.7.1-c64ddd3
-
Save the changes.
-
Run
docker-compose up -d
.
Saigon testnet
To find the Docker image for each testnet release, visit Docker Hub.
To download the latest image for your node, follow these steps:
-
In the
.env
file, setNODE_IMAGE
to the following:ghcr.io/axieinfinity/ronin:v2.6.0-83c8375
-
Save the changes.
-
Run
docker-compose up -d
.