From 6eb3b7d14b9dab45ee68d58a2b7939928c93481d Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Sat, 13 Jun 2026 08:14:33 -0400 Subject: [PATCH 1/2] Add changelog entry for Optimism Data Feeds infrastructure upgrade Announce underlying Data Feeds infrastructure upgrade on Optimism, matching the Arbitrum, Base, and BSC entry format. Co-authored-by: Cursor --- public/changelog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index a1e699112fc..aa3b5f9c4c2 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -402,6 +402,13 @@ } }, "data": [ + { + "category": "release", + "date": "2026-06-11", + "description": "We have begun upgrading the underlying infrastructure that powers Data Feeds on Optimism to improve performance and redundancy. No negative impact is expected. This includes all Data Feeds including [Smart Value Recapture (SVR) feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?showSvr=true). \n\n If you experience any issues, please contact your Chainlink point of contact or [email](mailto:chainlink_data_feeds@smartcontract.com).", + "title": "Upgrading Data Feeds Infrastructure on Optimism", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2026-06-11", From d316c4f03603a4d300ba1d7bf70effe0bbd70e68 Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Sat, 13 Jun 2026 08:17:46 -0400 Subject: [PATCH 2/2] Remove SVR callout from Optimism Data Feeds changelog entry Co-authored-by: Cursor --- public/changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/changelog.json b/public/changelog.json index aa3b5f9c4c2..d29ec907816 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -405,7 +405,7 @@ { "category": "release", "date": "2026-06-11", - "description": "We have begun upgrading the underlying infrastructure that powers Data Feeds on Optimism to improve performance and redundancy. No negative impact is expected. This includes all Data Feeds including [Smart Value Recapture (SVR) feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?showSvr=true). \n\n If you experience any issues, please contact your Chainlink point of contact or [email](mailto:chainlink_data_feeds@smartcontract.com).", + "description": "We have begun upgrading the underlying infrastructure that powers Data Feeds on Optimism to improve performance and redundancy. No negative impact is expected.\n\n If you experience any issues, please contact your Chainlink point of contact or [email](mailto:chainlink_data_feeds@smartcontract.com).", "title": "Upgrading Data Feeds Infrastructure on Optimism", "topic": "Data Feeds" },