Skip to content

docs: add deployed contract addresses#36

Open
0xrcinus wants to merge 1 commit into
openintentsframework:mainfrom
0xrcinus:docs/deployed-addresses
Open

docs: add deployed contract addresses#36
0xrcinus wants to merge 1 commit into
openintentsframework:mainfrom
0xrcinus:docs/deployed-addresses

Conversation

@0xrcinus
Copy link
Copy Markdown

@0xrcinus 0xrcinus commented Apr 16, 2026

Summary

  • Adds a new "Deployed Addresses" page under Smart Contracts listing InputSettlerEscrow and OutputSettlerSimple addresses across all 7 supported mainnets
  • Links to the broadcaster deployments repo for broadcaster infrastructure contracts
  • Adds the page to the sidebar navigation between "Core Contracts" and "Deployment"

Test plan

  • next build passes
  • Verify page renders correctly at /docs/smart-contracts/deployed-addresses
  • Spot-check addresses against source JSON files in the broadcaster repo

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • Documentation
    • Added new "Deployed Addresses" documentation page listing mainnet settlement contract addresses across supported networks (Ethereum, Arbitrum, Base, Linea, Optimism, Scroll, and zkSync).

Lists InputSettlerEscrow and OutputSettlerSimple addresses across
all supported mainnets, with a link to the broadcaster deployments
repository for broadcaster infrastructure contracts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 16, 2026

Deploy Preview for oif-docs-wip failed.

Name Link
🔨 Latest commit 98652f5
🔍 Latest deploy log https://app.netlify.com/projects/oif-docs-wip/deploys/69e0b39648d7a50008ccd22c

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

📝 Walkthrough

Walkthrough

Two documentation assets were added: a new page describing deterministic settlement contract deployment with address tables across supported mainnets, and a corresponding metadata entry registering the page in the documentation navigation structure.

Changes

Cohort / File(s) Summary
Deployed Addresses Documentation
content/docs/smart-contracts/deployed-addresses.mdx
New documentation page with frontmatter metadata, info callouts, and tables listing deployed InputSettlerEscrow and OutputSettlerSimple contract addresses across Ethereum, Arbitrum, Base, Linea, Optimism, Scroll, and zkSync mainnets.
Documentation Navigation
content/docs/smart-contracts/meta.json
Added deployed-addresses page identifier to the pages array in smart-contracts documentation metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • shahnami
  • nahimterrazas

Poem

🐰 A new page takes flight, with addresses so bright,
Contracts deployed across chains, what a sight!
Settlement details, all organized with care,
Documentation complete, deployed everywhere! 📋✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: add deployed contract addresses' directly and clearly summarizes the main change—adding documentation about deployed contract addresses. It is concise, specific, and accurately reflects the primary objective of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@content/docs/smart-contracts/deployed-addresses.mdx`:
- Line 45: The page uses the inconsistent contract name "OutputSettler" on line
45; update that occurrence to the exact contract name "OutputSettlerSimple" so
it matches the rest of the document and the documented contract identifiers
(e.g., InputSettlerEscrow and OutputSettlerSimple).
- Around line 18-33: The deployed-addresses.mdx page lists InputSettlerEscrow
and OutputSettlerSimple as deployed on multiple EVM mainnets but the addresses
shown (0x15eA18... and 0x1DCE28...) are actually Katana deployments; update the
document to reflect true deployments by replacing the "Supported Mainnets" table
with the actual chains and addresses (e.g., mark Katana as the chain for
0x15eA18EAcD9C35b454CF1456ed1bD05636B46147 and
0x1DCE289d62C2068584C5D0CFb5C1fD538e832847, add the correct Ethereum mainnet
address for InputSettlerEscrow 0x000025c3226C00B2Cdc200005a1600509f4e00C0 where
applicable, and indicate that OutputSettlerSimple has no Ethereum mainnet
deployment), and remove or reword the CREATE2 claim so it no longer asserts
consistent addresses across unrelated chains; edit the tables and the text
referring to InputSettlerEscrow, OutputSettlerSimple, and the CREATE2 statement
accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84030b72-a732-49ec-ab22-e9951396cfe3

📥 Commits

Reviewing files that changed from the base of the PR and between a7abff6 and 98652f5.

📒 Files selected for processing (2)
  • content/docs/smart-contracts/deployed-addresses.mdx
  • content/docs/smart-contracts/meta.json

Comment thread content/docs/smart-contracts/deployed-addresses.mdx

## Related Docs

- **Core Contracts**: Read about [InputSettlerEscrow and OutputSettler](/docs/smart-contracts/core-contracts) implementations
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use the exact contract name consistently (OutputSettlerSimple).

Line 45 says OutputSettler, but this page documents OutputSettlerSimple everywhere else. Please align the name to avoid ambiguity.

Suggested fix
-- **Core Contracts**: Read about [InputSettlerEscrow and OutputSettler](/docs/smart-contracts/core-contracts) implementations
+- **Core Contracts**: Read about [InputSettlerEscrow and OutputSettlerSimple](/docs/smart-contracts/core-contracts) implementations
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **Core Contracts**: Read about [InputSettlerEscrow and OutputSettler](/docs/smart-contracts/core-contracts) implementations
- **Core Contracts**: Read about [InputSettlerEscrow and OutputSettlerSimple](/docs/smart-contracts/core-contracts) implementations
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/docs/smart-contracts/deployed-addresses.mdx` at line 45, The page
uses the inconsistent contract name "OutputSettler" on line 45; update that
occurrence to the exact contract name "OutputSettlerSimple" so it matches the
rest of the document and the documented contract identifiers (e.g.,
InputSettlerEscrow and OutputSettlerSimple).

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.

1 participant