Upgrade Guide
Remove existing containers, images and volumes
Go to the following directory of mach-avs-operator-setup in your AVS local directory
AVS
Directory
Release date
AltLayer
16 May 2025
AltLayer (Testnet)
16 May 2025
Cyber
28 July 2025
Dodo
28 July 2025
Shut down the existing Xterio MACH AVS and remove any volumes
docker compose down --volumes --rmi
Clone or pull the latest code of repo mach-avs-operator-setup
git clone https://github.com/alt-research/mach-avs-operator-setup
or
cd mach-avs-operator-setup && git pull
Run MACH operator
Existing operators do not need to opt in again.
Navigate to
ethereum/mach-avs/<AVS name>
Follow the respective operator guide to create the
.env
and start the container
Last updated