fix: hide selected lazer chains in developer hub docs#3694
fix: hide selected lazer chains in developer hub docs#3694dl-bot-integrations wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
| "8008": { | ||
| hidden: true, | ||
| }, |
There was a problem hiding this comment.
🚩 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
5901102 to
132c49e
Compare
Summary
HIDDEN_CHAIN_IDSlistcontract_manageruntouchedVerification
git diff --checkpnpm --dir apps/developer-hub test:types; this checkout still has pre-existing workspace/type-resolution issues unrelated to this changeNotes