Skip to content

fix: hide selected lazer chains in developer hub docs#3694

Open
dl-bot-integrations wants to merge 1 commit into
mainfrom
fix/devhub-hide-lazer-chains
Open

fix: hide selected lazer chains in developer hub docs#3694
dl-bot-integrations wants to merge 1 commit into
mainfrom
fix/devhub-hide-lazer-chains

Conversation

@dl-bot-integrations
Copy link
Copy Markdown
Collaborator

@dl-bot-integrations dl-bot-integrations commented May 13, 2026

Summary

  • Keep the developer-hub-only lazer visibility rules simple
  • Hide Polynomial and MegaETH via the existing HIDDEN_CHAIN_IDS list
  • Leave contract_manager untouched

Verification

  • git diff --check
  • Attempted pnpm --dir apps/developer-hub test:types; this checkout still has pre-existing workspace/type-resolution issues unrelated to this change

Notes

  • Replaced the earlier override-file approach with the existing hardcoded hide list in the Lazer table component only.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
component-library Ready Ready Preview, Comment May 13, 2026 2:19pm
developer-hub Ready Ready Preview, Comment May 13, 2026 2:19pm
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
api-reference Skipped Skipped May 13, 2026 2:19pm
entropy-explorer Skipped Skipped May 13, 2026 2:19pm
insights Skipped Skipped May 13, 2026 2:19pm
proposals Skipped Skipped May 13, 2026 2:19pm
staking Skipped Skipped May 13, 2026 2:19pm

Request Review

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

Comment on lines +12 to +14
"8008": {
hidden: true,
},
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot May 13, 2026

Choose a reason for hiding this comment

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

🚩 Testnet variants of hidden chains are not hidden

The PR hides "megaeth" and "polynomial" (both mainnet chains), but does not hide their testnet counterparts "megaeth_testnet" and "polynomial_testnet". polynomial_testnet exists in contract_manager/src/store/contracts/EvmLazerContracts.json:44 and would still appear in the testnet docs table. megaeth_testnet does NOT exist in EvmLazerContracts.json, so it wouldn't appear regardless. This may be intentional (testnets are fine to show while mainnets are not yet ready for public docs), but if the intent is to hide these chains entirely, polynomial_testnet should also be added to HIDDEN_CHAIN_IDS.

Open in Devin Review

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

@dl-bot-integrations dl-bot-integrations force-pushed the fix/devhub-hide-lazer-chains branch from 5901102 to 132c49e Compare May 13, 2026 14:17
@vercel vercel Bot temporarily deployed to Preview – insights May 13, 2026 14:17 Inactive
@vercel vercel Bot temporarily deployed to Preview – staking May 13, 2026 14:17 Inactive
@vercel vercel Bot temporarily deployed to Preview – proposals May 13, 2026 14:17 Inactive
@vercel vercel Bot temporarily deployed to Preview – entropy-explorer May 13, 2026 14:17 Inactive
@vercel vercel Bot temporarily deployed to Preview – api-reference May 13, 2026 14:17 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants