Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ 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. 📒 Files selected for processing (2)
✨ 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 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| protocol: ethereum | ||
| rpcUrls: | ||
| - http: https://eden-rpc.celestia.org | ||
| - http: https://rpc.eden.gateway.fm |
There was a problem hiding this comment.
Combined metadata remains stale
Medium Severity
Updating chains/eden/metadata.yaml alone leaves the aggregated chains/metadata.yaml entry for eden unchanged, so clients reading combined metadata still receive the old RPC URL. This makes the default RPC update ineffective for code paths that call getMetadata() instead of per-chain files.


Summary
https://eden-rpc.celestia.orgtohttps://rpc.eden.gateway.fmTest plan
🤖 Generated with Claude Code
Note
Low Risk
Single configuration change to the Eden RPC endpoint plus a patch-version changeset; risk is limited to potential connectivity/compatibility issues with the new RPC URL.
Overview
Updates the Eden chain metadata to switch the default
rpcUrlsendpoint fromhttps://eden-rpc.celestia.orgtohttps://rpc.eden.gateway.fm.Adds a Changeset to publish
@hyperlane-xyz/registryas a patch release reflecting the new default RPC.Written by Cursor Bugbot for commit b6b9b05. This will update automatically on new commits. Configure here.