Latest versions
This page describes how to get the latest version of the node's software.
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
.envfile, setNODE_IMAGEto the following:ghcr.io/axieinfinity/ronin:v2.6.2-800ec03Save 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
.envfile, setNODE_IMAGEto the following:ghcr.io/axieinfinity/ronin:v2.6.0-83c8375Save the changes.
Run
docker-compose up -d.
Bridge operator
Every bridge release is published on GitHub. To find the Docker image for each release, visit Docker Hub.
To download the latest image, follow these steps:
In the
.envfile, setBRIDGE_IMAGEto the following:ghcr.io/axieinfinity/bridge:v0.2.6-1daa149Save the changes.
Run
docker-compose up -d.