πŸ†™ Upgrade mainnet

βš™οΈ Current version 3.5.5

You can check the version of your validator with the following command:

curl http://localhost:17690/health? | jq

If the version is different from the current one, run the following command, and then check your version again

For the sake of convenience, we have named the docker elixir-mainnet in our guide, but you may have it simply as elixir, so in that case just change the command

docker kill elixir-mainnet
docker rm elixir-mainnet
docker pull elixirprotocol/validator:v3-testnet


Last updated