-
Notifications
You must be signed in to change notification settings - Fork 214
feat: Add CARR configs and logo #1178
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
Conversation
🦋 Changeset detectedLatest commit: 551abba 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
Last updated: 2025-10-06 17:19:56 UTC |
📝 WalkthroughWalkthroughAdds a changeset noting “Add CARR configs and logo,” plus two new YAML files introducing CARR warp-route token configurations and deployment metadata for Arbitrum, BSC, Carrchain, Polygon, and Solana mainnet. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant SourceChain
participant WarpRouteConfig as "Warp Route\nConfig (CARR)"
participant BridgeRouter
participant DestChain
Note over WarpRouteConfig: Token entries (native / collateral / synthetic), decimals, owners, connections
User->>SourceChain: Initiate CARR transfer
SourceChain->>WarpRouteConfig: Lookup token mapping & decimals
alt Native or Collateral
SourceChain->>BridgeRouter: Lock/escrow per deployment config
else Synthetic
SourceChain->>BridgeRouter: Burn synthetic per config
end
BridgeRouter-->>DestChain: Cross-chain message to mint/release
DestChain->>WarpRouteConfig: Validate mapping and decimals
DestChain-->>User: Deliver CARR on destination
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🪛 Checkov (3.2.334)deployments/warp_routes/CARR/carrchain-deploy.yaml[high] 19-20: IBM Cloud IAM Key (CKV_SECRET_7) 🪛 Gitleaks (8.28.0)deployments/warp_routes/CARR/carrchain-deploy.yaml[high] 6-6: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) [high] 13-13: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) [high] 19-19: 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)
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
deployments/warp_routes/CARR/logo.svg
is excluded by!**/*.svg
📒 Files selected for processing (3)
.changeset/two-plants-appear.md
(1 hunks)deployments/warp_routes/CARR/carrchain-config.yaml
(1 hunks)deployments/warp_routes/CARR/carrchain-deploy.yaml
(1 hunks)
🧰 Additional context used
🪛 Checkov (3.2.334)
deployments/warp_routes/CARR/carrchain-deploy.yaml
[high] 23-24: IBM Cloud IAM Key
(CKV_SECRET_7)
🪛 Gitleaks (8.28.0)
deployments/warp_routes/CARR/carrchain-deploy.yaml
[high] 8-8: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 17-17: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 23-23: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
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 selected for processing (2)
deployments/warp_routes/CARR/carrchain-config.yaml
(1 hunks)deployments/warp_routes/CARR/carrchain-deploy.yaml
(1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- deployments/warp_routes/CARR/carrchain-config.yaml
🧰 Additional context used
🪛 Checkov (3.2.334)
deployments/warp_routes/CARR/carrchain-deploy.yaml
[high] 23-24: IBM Cloud IAM Key
(CKV_SECRET_7)
🪛 Gitleaks (8.28.0)
deployments/warp_routes/CARR/carrchain-deploy.yaml
[high] 8-8: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 17-17: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
[high] 23-23: 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
Backward compatibility
Testing
Summary by CodeRabbit
New Features
Chores