diff --git a/src/content/docs/en/technology/overview/scroll-upgrades/euclid-upgrade.mdx b/src/content/docs/en/technology/overview/scroll-upgrades/euclid-upgrade.mdx index cfa4cf39..62b69a62 100644 --- a/src/content/docs/en/technology/overview/scroll-upgrades/euclid-upgrade.mdx +++ b/src/content/docs/en/technology/overview/scroll-upgrades/euclid-upgrade.mdx @@ -25,6 +25,13 @@ These changes will result in lower fees, higher throughput, better security, bet - Phase 1: April 16th, 2025 - Phase 2: April 22nd, 2025 +### Versions +- **DACodec**: [`CodecV7`](https://github.com/scroll-tech/da-codec/blob/main/encoding/codecv7.go#L20) +- **l2geth**: [`>= scroll-v5.8.33`](https://github.com/scroll-tech/go-ethereum/releases/tag/scroll-v5.8.33) +- **Relayer and Coordinator**: [`>= v4.5.0`](https://github.com/scroll-tech/scroll/releases/tag/v4.5.0) +- **Contracts**: [`v2.0.1`](https://github.com/scroll-tech/scroll-contracts/releases/tag/v2.0.1) +- **Circuit and Prover**: [`v0.4.3`](https://github.com/scroll-tech/zkvm-prover/releases/tag/v0.4.3) + ### Features ##### OpenVM Prover @@ -102,4 +109,4 @@ In addition, L2 unsafe blocks will no longer include a signature or vanity tag i * [Contract changes on GitHub](https://github.com/scroll-tech/scroll-contracts/pull/79) * [DA codec repository](https://github.com/scroll-tech/da-codec) -Projects requiring additional guidance should open a [ticket on Discord](https://discord.com/channels/853955156100907018/1280768286124146732). \ No newline at end of file +Projects requiring additional guidance should open a [ticket on Discord](https://discord.com/channels/853955156100907018/1280768286124146732).