v0.1.23
This release downgrades MEV-boost and commit-boost versions to stable ones, instead of alpha/rc.
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"]
What's Changed
- Downgrade MEVs to stable versions by @KaloyanTanev in #172
- Add option to not start any EL, CL or MEV #168
Full Changelog: v0.1.22...v0.1.23