-
Notifications
You must be signed in to change notification settings - Fork 219
feat: mantra usdc #1188
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
feat: mantra usdc #1188
Conversation
🦋 Changeset detectedLatest commit: f1555a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Check Warp Deploy Summary Check Warp Deploy Summary
Last updated: 2025-10-09 20:11:43 UTC |
📝 WalkthroughWalkthroughAdds a changeset for a minor registry version and introduces new USDC Mantra warp-route configuration and deployment manifests, defining token metadata, cross-chain connections, and rebalancing/bridge permissions for arbitrum, base, ethereum, and a mantra synthetic. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
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: 0
🧹 Nitpick comments (1)
deployments/warp_routes/USDC/mantra-config.yaml (1)
42-50
: Please addcoinGeckoId
for the synthetic leg.All the collateral legs declare the Coingecko slug so the UI can pull a price. The synthetic Mantra hop is missing it, which will leave that route without pricing metadata. Let’s add
coinGeckoId: usd-coin
here to keep the new asset in step with the rest.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.changeset/giant-pumas-work.md
(1 hunks)deployments/warp_routes/USDC/mantra-config.yaml
(1 hunks)deployments/warp_routes/USDC/mantra-deploy.yaml
(1 hunks)
🧰 Additional context used
🪛 Gitleaks (8.28.0)
deployments/warp_routes/USDC/mantra-deploy.yaml
[high] 10-10: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 21-21: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 32-32: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: check-warp-deploy
Description
Adds mantra usdc deployment artifacts
related monorepo PR: hyperlane-xyz/hyperlane-monorepo#7177
Backward compatibility
Testing
Local testing on the UI
Summary by CodeRabbit
New Features
Chores