Fix Base/Extended checkmarks in supported networks table to reflect EVM block model - #1121
Merged
Merged
Conversation
juanmardefago
approved these changes
Sep 15, 2026
…anubis landing page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Substreams and Firehose columns on the Supported Networks table were labeling their checkmarks as Base (single check) vs Extended (EVM only) (double check) — a claim about the network's EVM block model — but the underlying logic derived that distinction from the number of providers serving the network, which is unrelated. As a result the marks disagreed with the registry's
firehose.evmExtendedModelfield.Examples of the mismatch (registry
main):evmExtendedModel: false, but 2 Substreams + 2 Firehose providers → showed a double check ("Extended"), should be single ("Base")evmExtendedModel: true, but only 1 provider each → showed a single check ("Base"), should be double ("Extended")Change
Replace the two provider-count functions (
getSubstreamsSupportLevel/getFirehoseSupportLevel) with a singlegetFirehoseSubstreamsSupportLevelthat reflects the block model. Substreams and Firehose share one signal (both are powered by the same Firehose block data, and the table's legend already groups them):firehose.evmExtendedModel) + at least one Firehose or Substreams providerBoth columns render this same combined mark.
Behavior notes
Testing
pnpm typecheckpasses (no new type errors).v0.7.121): Avalanche → ✓, HyperEVM → ✓✓, Katana → not shown.🤖 Generated with Claude Code
https://claude.ai/code/session_01NEfkbiG5zT1qGbYytN2uUW