Skip to content

Chainlink CCIP Oracle#148

Draft
reednaa wants to merge 7 commits intomainfrom
CCIP-oracle
Draft

Chainlink CCIP Oracle#148
reednaa wants to merge 7 commits intomainfrom
CCIP-oracle

Conversation

@reednaa
Copy link
Copy Markdown
Member

@reednaa reednaa commented Oct 16, 2025

Description

Adds Chainlink CCIP as an Oracle. Note that in the current implementation the chain ids are not mapped. This may be needed for some chains.

Related Issues

Closes: #135

Third-Party Integration Checklist

⚠️ CRITICAL: All third-party integrations must follow strict dependency guidelines

  • No external library imports - Confirmed no new dependencies added to foundry.toml
  • [ x Interfaces copied locally - All required interfaces copied to src/oracles/[oracle-type]/external/[protocol-name]/
  • Proper documentation - Each copied interface includes source header with:
    • Protocol name and version
    • Original source URL
    • Commit hash and copy date
    • List of any modifications made
  • Self-contained - Integration works with only repository code
  • Minimal interfaces - Only copied the specific methods/events needed

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

Support CCIP as an oracle

1 participant