Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 1, 2026

This PR was automatically created.

@roomote
Copy link

roomote bot commented Feb 1, 2026

Rooviewer Claude Clock   See task on Roo Cloud

Review completed. Found 1 issue that needs to be addressed before merging.

Issues Found

  • Invalid network names in relatedNetworks - The Data Streams changelog entry contains hyperliquid, injective, and katana which are not defined in chainNames. This will cause the entry to be filtered out and not displayed to users.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Comment on lines +368 to +372
"hyperliquid",
"injective",
"ink",
"jovay",
"katana",
Copy link

Choose a reason for hiding this comment

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

These three network names (hyperliquid, injective, katana) are not defined in the chainNames mapping in src/components/QuickLinks/data/productChainLinks.ts. The validation logic in ReleaseNotes.astro will filter out this entire changelog entry because it checks that all relatedNetworks exist in chainNames. This means the Data Streams changelog entry for 2026-02-01 will not be displayed to users.

Suggested fixes:

  • hyperliquid should likely be hyperevm
  • katana should likely be polygonkatana
  • injective needs to be added to chainNames or removed from this list

Fix it with Roo Code or mention @roomote and request a fix.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant