Fuji 2.1 Upgrade

1. Upgrade node-cli

Download node-cli binary

curl -L https://github.com/skalenetwork/node-cli/releases/download/2.2.0/skale-2.2.0-Linux-x86_64 > /usr/local/bin/skale

Verify checksum

sha256sum /usr/local/bin/skale

Expected checksum is a336142f654816b2ad20ed484afb557c8a2bb87ee001913d2e2ce7e68a78d533

Make it executable

chmod +x /usr/local/bin/skale

2. Modify .env

Update the following parameters to the new values

CONTAINER_CONFIGS_STREAM=2.1.15-staging

3. Execute update

skale node update .env -y