-
Notifications
You must be signed in to change notification settings - Fork 216
Add ARC AI infrastructure token warp route between Ethereum and Base #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add ARC AI infrastructure token warp route between Ethereum and Base #1158
Conversation
This PR adds support for the ARC AI infrastructure token bridge deployed using Hyperlane. ARC is the infrastructure layer for high-performance, privacy-first AI tools. The utility token enables access to governance, staking, and participation in ARC's AI ecosystem. Contract Details: - Ethereum Router: 0xfe12BC3a8Ee44F740170f5acF744ac8283F3fe06 - Base Router: 0x5229194E803Fb0d40da82F7a3aAAf6c6A71527fa - Ethereum ARC Token: 0x672fdBA7055bddFa8fD6bD45B1455cE5eB97f499 - Base ARC Token: 0x431151F26c48B4D4BEFc34048a0966Bf960A0c50 Deployment: - Deployer: 0xD1E09D2e6af8b4A3Cc5fEeC8Ea2Cc9974F10d776 - Date: September 25, 2025 - Type: Collateral-backed warp route (both chains use real tokens) Verification: - All contracts deployed and verified - Bridge functionality tested successfully - Gas estimation working correctly This enables seamless bridging of ARC tokens between Ethereum and Base networks through the Hyperlane infrastructure.
|
📝 WalkthroughWalkthroughAdds a new YAML config at Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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. Comment |
- Move configuration to proper location: deployments/warp_routes/ARC/ - Update router addresses: - Ethereum: 0xD11874D565f0B64083433f767F67b15eB110bc8B - Base: 0x8a59BB7706317d07325C69521fBe6ECc3D880af0 - Follow proper Hyperlane registry schema format - Remove incorrectly placed files from domains/ directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
deployments/warp_routes/ARC/logo.svg
is excluded by!**/*.svg
📒 Files selected for processing (1)
deployments/warp_routes/ARC/ethereum-base-config.yaml
(1 hunks)
Description
This PR registers the ARC AI infrastructure token for cross-chain bridging between Ethereum and Base networks using Hyperlane infrastructure.
About ARC:
ARC is the infrastructure layer for high-performance, privacy-first AI tools. The $ARC utility token enables access to governance, staking, and participation in ARC's AI ecosystem. Powered by Efficiency AI, ARC delivers speed, privacy, and sustainability.
Contract Addresses:
0xD11874D565f0B64083433f767F67b15eB110bc8B
0x8a59BB7706317d07325C69521fBe6ECc3D880af0
0x672fdBA7055bddFa8fD6bD45B1455cE5eB97f499
0x431151F26c48B4D4BEFc34048a0966Bf960A0c50
Summary by CodeRabbit
New Features
Chores