feat: add BLEND/fluent warp route (Fluent collateral <> Solana synthetic)#8651
feat: add BLEND/fluent warp route (Fluent collateral <> Solana synthetic)#8651troykessler wants to merge 4 commits intomainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 8 minutes and 12 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
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 |
paulbalaji
left a comment
There was a problem hiding this comment.
skill additions intended?
|
Closing in favor of new PR based off main. |
| The `hyperlane-warp-ui-template` repo is at the same level as `hyperlane-monorepo`: | ||
|
|
||
| ``` | ||
| REPO_PATH="$(dirname $(pwd))/../hyperlane-warp-ui-template" |
There was a problem hiding this comment.
🚩 Skill files reference external repos and tools assumed to be present
The new skill markdown files (e.g. .claude/skills/warp-deploy-fund-deployer/SKILL.md:58) reference $REGISTRY_PATH defaulting to $(pwd)/../hyperlane-registry and tools like cast, gh, solana, and curl. These are operational playbooks for Claude Code, not executable production code, so missing tools would only cause a Claude Code session to fail gracefully. However, the warp-deploy-nexus/SKILL.md:33 path computation uses $(dirname $(pwd))/../hyperlane-warp-ui-template which would resolve differently depending on the working directory — if pwd is the monorepo root, dirname $(pwd) goes up one level, then ../ goes up again, placing the path two levels above the monorepo rather than one. This is likely a minor documentation error in the skill file.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Adds the
BLEND/fluentwarp route to the monorepo.BLEND/fluentChanges
typescript/infra/config/environments/mainnet3/warp/warpIds.ts— newFluentBLENDenum entry.registryrc— updated to registry commit5f6a90e8d31860847307d1ada9c788a7a47b00f9rust/main/app-contexts/mainnet_config.json— updated byupdate-agent-config🤖 Generated with Claude Code