This release support custom fee recipient address for private mainnet.
Upgrade steps:
- Run
cd dvf
- Run
git pull
to update files, especiallydocker-compose-operator-mev.yml
- Change
IMAGE_TAG
tov3.5.0-mainnet
in.env
file - Add
CONFIG_CONTRACT_ADDRESS=07FA0F7f3C67e4cdE0FC23A072dcD712CF9a06C1
in.env
file - Recreate the operator:
sudo docker compose -f docker-compose-operator-mev.yml up --force-recreate -d operator
Note: Users need to register validators and then set fee recipient address in the "my account" page. Fee recipient addresses will be set as the same under one owner address.