chore: added plasma to supported networks#718
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdds Plasma network documentation and entries: a new HyperIndex page for Plasma, Plasma rows in HyperRPC and HyperSync supported networks tables, and a reflow-only formatting change to supported-networks.json. No code logic or exported/public APIs changed. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
|
This should be automated somewhere, but a win is a win |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/HyperIndex/supported-networks/plasma.md (1)
61-61: Standardize Discord invite URL for consistency.Other pages use discord.gg; consider aligning:
-Can’t find what you’re looking for or need support? Reach out to us on [Discord](https://discord.com/invite/Q9qt8gZ2fX); we’re always happy to help! +Can’t find what you’re looking for or need support? Reach out to us on [Discord](https://discord.gg/Q9qt8gZ2fX); we’re always happy to help!
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
docs/HyperIndex/supported-networks/plasma.md(1 hunks)docs/HyperRPC/hyperrpc-supported-networks.md(1 hunks)docs/HyperSync/hypersync-supported-networks.md(1 hunks)supported-networks.json(1 hunks)
🔇 Additional comments (4)
docs/HyperIndex/supported-networks/plasma.md (1)
1-17: Well-structured Plasma page; endpoints and chain ID consistent.Frontmatter + table look solid.
supported-networks.json (1)
5-5: Content change + duplicate detected.
- Plasma entry was added (not just formatting) — contradicts the “reflow-only” summary.
- “supported-networks/crossfi-mainnet” appears twice; please de‑dupe at the source/generator.
To confirm and locate duplicates:
docs/HyperRPC/hyperrpc-supported-networks.md (1)
84-84: Plasma row confirmed – endpoints reachable
HTTP 405 on GET is expected for POST-only JSON-RPC; no changes needed.docs/HyperSync/hypersync-supported-networks.md (1)
92-92: Confirm Plasma endpoints are deployed and chain ID consistency
- Endpoints (https://plasma.hypersync.xyz, https://9745.hypersync.xyz) returned 404—confirm they’re deployed and accessible.
- Verify chain ID 9745 is used consistently across docs/HyperSync (e.g.,
grep -n '9745' docs/HyperSync).
Just ran prebuild to update supported netwroks
Summary by CodeRabbit
Documentation
Style