This release is a patch on v0.1.23 that fixes charon-dv-exit-sidecar URIs, and mev boost relay url setting.
Mainnet Users Action Required
Mainnet users should add the following values to their .env
file before calling docker compose up -d
to finish their update.
# Easy track contract addresses.
VE_EASY_TRACK_ADDRESS=0xF0211b7660680B49De1A7E9f25C65660F0a13Fea
# Easy track motion creator addresses, set to the Simple DVT Module Committee multisig.
VE_EASY_TRACK_MOTION_CREATOR_ADDRESSES_ALLOWLIST=["0x08637515E85A4633E23dfc7861e2A9f53af640f7"]
Important
Users should no longer run docker compose -f docker-compose.yml -f logging.yml -f docker-compose.override.yml
to run their cluster, they should instead only run docker compose up -d
. Overrides to turn off certain containers should be done with .env vars, setting EL=el-none
, CL=cl-none
, and MEV=mev-none
for example.
Full Changelog: v0.1.23...v0.1.24