fix: re-enroll Solana leg for ALEO/aleo & USDC/aleo connections entry#1378
fix: re-enroll Solana leg for ALEO/aleo & USDC/aleo connections entry#1378mbreithecker merged 9 commits intomainfrom
Conversation
Check Warp Deploy Summary
Last updated: 2026-02-06 14:37:35 UTC |
There was a problem hiding this comment.
Pull request overview
This PR fixes the Solana leg deployment for the Aleo synthetic route by updating the foreign deployment address, and adds missing connection configurations for the USDC/aleo route.
Changes:
- Re-enrolls the Solana leg with a new deployment address for ALEO/aleo connections
- Adds connection strings for the USDC/aleo-Aleo leg
- Adds collateral address for the Solana mainnet token configuration
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| deployments/warp_routes/USDC/aleo-config.yaml | Adds connections configuration for USDC/aleo linking to various chains |
| deployments/warp_routes/ALEO/aleo-deploy.yaml | Updates the Solana foreign deployment address |
| deployments/warp_routes/ALEO/aleo-config.yaml | Updates Solana deployment addresses across all token configurations and adds collateral address |
| .changeset/spotty-beds-talk.md | Documents the Solana leg re-enrollment as a minor version change |
| .changeset/calm-trainers-smile.md | Documents the USDC connections fix as a patch version change |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughThis PR adds two changelog entries and updates warp route configurations across multiple chains for the ALEO ecosystem. Changes include Solana token reference updates for ALEO/USDC, new coinGeckoId metadata fields added to token configs, and a new cross-chain connections block for USDC with mappings across arbitrum, avalanche, base, bsc, ethereum, optimism, polygon, and sealevel networks. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Description
Due to an issue during the initial deployment, the Solana leg of the Aleo synthetic route was not deployed correctly. This is now fixed by re-enrolling a newly created Solana leg.
Drive-By
Add connections string for the USDC/aleo-Aleo leg
Summary by CodeRabbit
Bug Fixes
New Features