πŸ†™ Upgrade testnet

βš™οΈ Current version 3.5.5

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

curl http://localhost:16690/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-testnetin our guide, but you may have it simply as elixir, so in that case just change the command

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

Last updated