This release support custom fee recipient address for private mainnet.
Upgrade steps:
- Run
cd dvf - Run
git pullto update files, especiallydocker-compose-operator-mev.yml - Change
IMAGE_TAGtov3.5.0-mainnetin.envfile - Add
CONFIG_CONTRACT_ADDRESS=07FA0F7f3C67e4cdE0FC23A072dcD712CF9a06C1in.envfile - 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.