Upgrade Guide

Remove existing containers, images and volumes

  1. Go to the following directory of mach-avs-operator-setup in your AVS local directory

  1. 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.

  1. Navigate to ethereum/mach-avs/<AVS name>

  2. Follow the respective operator guide to create the .env and start the container

Last updated