Skip to content

fix(developer-hub): hide deprecated Entropy chains from chainlist - #3947

Merged
aditya520 merged 1 commit into
mainfrom
hydra/i-xlcdlgvz/head
Aug 4, 2026
Merged

fix(developer-hub): hide deprecated Entropy chains from chainlist#3947
aditya520 merged 1 commit into
mainfrom
hydra/i-xlcdlgvz/head

Conversation

@aditya520

@aditya520 aditya520 commented Aug 1, 2026

Copy link
Copy Markdown
Member

Summary

Entropy support ends on August 15, 2026 for eight chains — ZetaChain, Unichain, Taiko, Tabi, Story, Blast, Etherlink, and Sei EVM — on both testnet and mainnet, per the deprecation notice.

The Developer Hub's Entropy chainlist page (content/docs/entropy/chainlist.mdx) renders <EntropyTable />, which lists every chain returned by the Fortuna /v1/chains/configs endpoint minus a HIDDEN_CHAINS filter. This PR adds all sixteen deprecated-chain identifiers (mainnet + testnet variants, using Fortuna's exact name values) to that set so the chainlist page no longer advertises them.

Only chains explicitly named in the deprecation notice are removed. Giwa, Kaia, and other chains that were speculatively discussed but are not in the notice are left untouched. taiko was already hidden and is preserved.

Changes

  • apps/developer-hub/src/components/EntropyTable/entropy-api-data-fetcher.tsx: extend HIDDEN_CHAINS to include the mainnet and testnet names for the eight deprecated chains, with a comment linking the deprecation notice.

Validation

Ran from the repo root with Node 24 / pnpm 10.28:

  • pnpm turbo run test:types --filter=@pythnetwork/developer-hub — passed
  • pnpm turbo run test:lint --filter=@pythnetwork/developer-hub — passed (includes the developer-hub production build)
  • pnpm turbo run test:format --filter=@pythnetwork/developer-hub — passed

The chain filter is applied on each request to Fortuna, so once deployed the mainnet and testnet tables on the chainlist page will drop the eight deprecated chains. Grepped apps/developer-hub/content and apps/developer-hub/src for the affected chain names — no other Entropy-specific companion references need to change in this PR.

Hide the eight chains covered by the August 15, 2026 Entropy deprecation
notice from the mainnet and testnet Entropy chain tables: ZetaChain,
Unichain, Taiko, Tabi, Story, Blast, Etherlink, and Sei EVM.

https://dev-forum.pyth.network/t/deprecation-notice-pyth-entropy-deprecation-for-selected-chains-august-15-2026/816
@vercel
vercel Bot temporarily deployed to Preview – api-reference August 1, 2026 08:05 Inactive
@vercel

vercel Bot commented Aug 1, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
component-library Building Building Preview Aug 1, 2026 8:08am
developer-hub Ready Ready Preview Aug 1, 2026 8:08am
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
api-reference Skipped Skipped Aug 1, 2026 8:08am
entropy-explorer Skipped Skipped Aug 1, 2026 8:08am
insights Skipped Skipped Aug 1, 2026 8:08am
proposals Skipped Skipped Aug 1, 2026 8:08am
staking Skipped Skipped Aug 1, 2026 8:08am

Request Review

@vercel
vercel Bot temporarily deployed to Preview – staking August 1, 2026 08:05 Inactive
@vercel
vercel Bot temporarily deployed to Preview – proposals August 1, 2026 08:05 Inactive
@vercel
vercel Bot temporarily deployed to Preview – entropy-explorer August 1, 2026 08:05 Inactive
@vercel
vercel Bot temporarily deployed to Preview – insights August 1, 2026 08:05 Inactive

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

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.

Open in Devin Review

Comment on lines +57 to +58
// Entropy support ends August 15, 2026 for the chains below; see
// https://dev-forum.pyth.network/t/deprecation-notice-pyth-entropy-deprecation-for-selected-chains-august-15-2026/816

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔍 Entropy Explorer still advertises the deprecated chains

This change only hides the chains from the Developer Hub chainlist. The Entropy Explorer app still hard-codes deployments for the same chains (apps/entropy-explorer/src/entropy-deployments.tsx includes blast, etherlink-mainnet, sei-network, story, taiko-alethia, unichain, zetachain-mainnet, tabi-testnet-v2, etc.). If the intent is to stop advertising these deployments across products, a follow-up in the explorer may be required; if the explorer is intentionally kept as a historical view, no action is needed.

Open in Devin Review

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 21df86555e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

const HIDDEN_CHAINS = new Set(["taiko"]);
// Entropy support ends August 15, 2026 for the chains below; see
// https://dev-forum.pyth.network/t/deprecation-notice-pyth-entropy-deprecation-for-selected-chains-august-15-2026/816
const HIDDEN_CHAINS = new Set([

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep supported chains visible until August 15

If this change is deployed before August 15, 2026, the unconditional set removes these chains from both Entropy tables immediately, even though the accompanying notice says support remains available until that date. Existing users would lose the documented contract addresses, fees, and gas limits while the deployments are still supported; land this filter at the cutoff or make its application conditional on the deprecation date.

Useful? React with 👍 / 👎.

@aditya520
aditya520 merged commit 904450c into main Aug 4, 2026
17 checks passed
@aditya520
aditya520 deleted the hydra/i-xlcdlgvz/head branch August 4, 2026 13:59
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