diff --git a/apps/developer-hub/src/components/LazerTable/index.tsx b/apps/developer-hub/src/components/LazerTable/index.tsx index 64bf2e8acd..e278c15c24 100644 --- a/apps/developer-hub/src/components/LazerTable/index.tsx +++ b/apps/developer-hub/src/components/LazerTable/index.tsx @@ -21,7 +21,11 @@ type LazerDeployment = { }; // Chains we never want to show in the docs (e.g. internal devnets). -const HIDDEN_CHAIN_IDS = new Set(["ethereal_devnet"]); +const HIDDEN_CHAIN_IDS = new Set([ + "ethereal_devnet", + "megaeth", + "polynomial", +]); // Community-maintained EVM chain registry (https://github.com/ethereum-lists/chains). // Same data source as chainlist.org. Re-fetched at most once per day per build.