V0.2.3 Upgrade Guide

AltLayer Mach AVS has been upgraded to v0.2.3. This release is a mandatory upgrade and we require all operators to perform the upgrade. The new features in this upgrade are:

  • Extends support to Arbitrum Sepolia (Holesky) and Arbitrum One (Mainnet)

  • Heath checks for operator liveness

Note: Only operators for AltLayer MACH AVS need to be upgraded. No action is needed for other MACH AVS (e.g. Xterio, DODOchain and Cyber).

Remove existing containers, images and volumes

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

    1. Testnet - holesky/mach-avs/op-sepolia

    2. Mainnet - ethereum/mach-avs/optimism

  2. Shut down the existing AltLayer 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 AltLayer MACH operator

Existing operators do not need to opt in again.

  1. Go to one of the following (depending on testnet or mainnet)

    1. Testnet - holesky/mach-avs/altlayer-multi-mach

    2. Mainnet - ethereum/mach-avs/altlayer-multi-mach

Please note holesky/mach-avs/op-sepolia and ethereum/mach-avs/optimism configurations are deprecated and superseded by mulit-mach

Last updated