feat(warp-routes): Deployed USD1 warp route bsc <> eni#1401
Conversation
📝 WalkthroughWalkthroughThis PR adds a minor release changeset and deploys a new USD1 warp route between BSC and ENI by adding configuration and deployment YAMLs that define USD1 as collateral on BSC and synthetic on ENI, including token details and fee settings. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
Check Warp Deploy Summary
Last updated: 2026-02-26 14:21:51 UTC |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
deployments/warp_routes/USD1/eni-config.yaml (1)
4-4: Minor observation:coinGeckoIdonly on the BSC entry.The
coinGeckoId: usd1field is present on the BSC token but not the ENI one. Now, that's probably fine if the registry only needs it on one entry per route - just makin' sure that's intentional and not somethin' that wandered off when nobody was lookin'.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@deployments/warp_routes/USD1/eni-config.yaml` at line 4, The ENI token entry is missing the coinGeckoId field that exists on the BSC entry; if the registry expects a coinGeckoId for each route token, add coinGeckoId: usd1 to the ENI entry to match the BSC configuration (ensure you update the ENI token block where coinGeckoId is absent); if it was intentionally omitted, add a clear comment in the ENI entry explaining why coinGeckoId is not present to avoid confusion.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@deployments/warp_routes/USD1/eni-config.yaml`:
- Line 4: The ENI token entry is missing the coinGeckoId field that exists on
the BSC entry; if the registry expects a coinGeckoId for each route token, add
coinGeckoId: usd1 to the ENI entry to match the BSC configuration (ensure you
update the ENI token block where coinGeckoId is absent); if it was intentionally
omitted, add a clear comment in the ENI entry explaining why coinGeckoId is not
present to avoid confusion.
Description
Adds deployment artifacts for USD1 route between eni and bsc
Backward compatibility
Testing
Summary by CodeRabbit