Skip to content

feat: add BLEND/fluent warp route (Fluent collateral <> Solana synthetic)#8651

Closed
troykessler wants to merge 4 commits intomainfrom
troy/add-warp-route-blend-fluent
Closed

feat: add BLEND/fluent warp route (Fluent collateral <> Solana synthetic)#8651
troykessler wants to merge 4 commits intomainfrom
troy/add-warp-route-blend-fluent

Conversation

@troykessler
Copy link
Copy Markdown
Contributor

@troykessler troykessler commented Apr 22, 2026

Summary

Adds the BLEND/fluent warp route to the monorepo.

Field Value
Linear https://linear.app/hyperlane-xyz/issue/AW-617
Warp route ID BLEND/fluent
Warp monitor Grafana

Changes

  • typescript/infra/config/environments/mainnet3/warp/warpIds.ts — new FluentBLEND enum entry
  • .registryrc — updated to registry commit 5f6a90e8d31860847307d1ada9c788a7a47b00f9
  • rust/main/app-contexts/mainnet_config.json — updated by update-agent-config

🤖 Generated with Claude Code


Open in Devin Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 22, 2026

Warning

Rate limit exceeded

@troykessler has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 12 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 25059be0-3d45-4319-abda-493cc429b422

📥 Commits

Reviewing files that changed from the base of the PR and between bfe4d2e and cc3dac6.

📒 Files selected for processing (8)
  • .claude/skills/warp-deploy-fund-deployer/SKILL.md
  • .claude/skills/warp-deploy-init-route/SKILL.md
  • .claude/skills/warp-deploy-nexus/SKILL.md
  • .claude/skills/warp-deploy-register-route/SKILL.md
  • .claude/skills/warp-deploy-update-owners/SKILL.md
  • .registryrc
  • rust/main/app-contexts/mainnet_config.json
  • typescript/infra/config/environments/mainnet3/warp/warpIds.ts

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@troykessler troykessler self-assigned this Apr 22, 2026
Copy link
Copy Markdown
Collaborator

@paulbalaji paulbalaji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skill additions intended?

@troykessler
Copy link
Copy Markdown
Contributor Author

Closing in favor of new PR based off main.

@github-project-automation github-project-automation Bot moved this from In Review to Done in Hyperlane Tasks Apr 22, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

The `hyperlane-warp-ui-template` repo is at the same level as `hyperlane-monorepo`:

```
REPO_PATH="$(dirname $(pwd))/../hyperlane-warp-ui-template"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 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.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants