From aab1c431b2f6f020c070a19e71263a082fb24557 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:05:59 -0700 Subject: [PATCH 1/2] Update README.md --- contracts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/README.md b/contracts/README.md index ee15ee9bf..c0d6367e7 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -45,6 +45,8 @@ This changelog tracks "core" contract deployments on the mev-commit chain. This | Timestamp (UTC) | Contract | New Impl Version | Upgrade Tag | |-----------------------------|---------------------|-----------------------|-------------------| | April 7th 2025 | Oracle | OracleV2 | No tag, see commit `bc4ebddd70f23d58ba6f9b2e8701e7f45d89cf82` in `release/v1.1.x`. | +| July 22nd 2025 | BidderRegistry | BidderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | +| July 22nd 2025 | ProviderRegistry | ProviderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | ## L1 Deployer CLI From 0908abeb44fe80c3800c0b9ccf045c7b7613d8e8 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:08:55 -0700 Subject: [PATCH 2/2] Update README.md --- contracts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/README.md b/contracts/README.md index c0d6367e7..a472253d0 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -45,8 +45,8 @@ This changelog tracks "core" contract deployments on the mev-commit chain. This | Timestamp (UTC) | Contract | New Impl Version | Upgrade Tag | |-----------------------------|---------------------|-----------------------|-------------------| | April 7th 2025 | Oracle | OracleV2 | No tag, see commit `bc4ebddd70f23d58ba6f9b2e8701e7f45d89cf82` in `release/v1.1.x`. | -| July 22nd 2025 | BidderRegistry | BidderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | -| July 22nd 2025 | ProviderRegistry | ProviderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | +| July 22nd 2025, 20:10:39 UTC | BidderRegistry | BidderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | +| July 22nd 2025, 20:10:39 UTC | ProviderRegistry | ProviderRegistryV2 | `v1.1.5` in `release/v1.1.x`. | ## L1 Deployer CLI