Skip to content

src: rename chainlink to oracle - #537

Merged
dB2510 merged 2 commits into
mainfrom
dhruv/renameoracle
Apr 24, 2026
Merged

src: rename chainlink to oracle#537
dB2510 merged 2 commits into
mainfrom
dhruv/renameoracle

Conversation

@dB2510

@dB2510 dB2510 commented Apr 24, 2026

Copy link
Copy Markdown
Member

Note

Medium Risk
Broad rename touches core contracts (SSPRouter, BaseAdapter) and their public interfaces/events, so downstream integrations, deployments, and upgrades will break if any callers still reference the old Chainlink* API despite no intended pricing-logic change.

Overview
Renames the on-chain pricing component from ChainlinkPriceFeed to OraclePriceFeed end-to-end, updating SSPRouter/BaseAdapter storage, setters, events, errors, and interface types to use setOraclePriceFeed and IOraclePriceFeed.

Updates deployment/upgrade scripts, verification tooling, env vars, test scripts/mocks, and documentation to match the new naming (ORACLE_PRICE_FEED_*), including deterministic address computation and configuration scripts.

Reviewed by Cursor Bugbot for commit 86acddc. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c0f9198. Configure here.

Comment thread src/script/Deploy.s.sol
@dB2510
dB2510 merged commit a3b70c5 into main Apr 24, 2026
2 checks passed
@dB2510
dB2510 deleted the dhruv/renameoracle branch April 24, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants