Skip to content

docs: point example subgraph placeholders at indexing-payments#672

Merged
MoonBoi9001 merged 3 commits into
mainfrom
mb9/clarify-example-subgraph-placeholders
Jul 14, 2026
Merged

docs: point example subgraph placeholders at indexing-payments#672
MoonBoi9001 merged 3 commits into
mainfrom
mb9/clarify-example-subgraph-placeholders

Conversation

@MoonBoi9001

Copy link
Copy Markdown
Member

This PR makes the example config's subgraph placeholders say what belongs in them. Since release 0.1.6 dipper reads indexer URLs from the indexing-payments subgraph, but the config section holding that endpoint kept its legacy name, network, and the example filled it with a gateway-shaped URL around a bare REPLACE_ME. Read together they suggest the value is a Graph network subgraph deployment, which dipper no longer consumes at all; someone migrating an old config can plausibly paste a network subgraph hash there and get GraphQL schema errors at runtime.

Both subgraph_endpoint placeholders (network and chain_listener) now read REPLACE_ME_INDEXING_PAYMENTS_SUBGRAPH_URL, making it explicit that they take the same value: the indexing-payments subgraph query URL, gateway-served or self-hosted. The api_key placeholder now says it can be removed when the endpoint needs no auth, since the field became optional in 0.1.6.

The network section's legacy name plus a gateway-shaped placeholder read as if it wanted a
Graph network subgraph deployment, which dipper no longer consumes. Both subgraph_endpoint
placeholders now say the value is the indexing-payments subgraph query URL, same in both.
MoonBoi9001 and others added 2 commits July 14, 2026 21:13
The bare sentinel said which subgraph belongs in the endpoint but not what a real value looks
like. The placeholder now carries the Subgraph Studio query URL format, with the user id and
slug segments left as REPLACE_ME markers.
Since 0.1.6 the section configures the indexer URL lookup against the indexing-payments
subgraph, but its legacy name suggested it wanted the Graph network subgraph, inviting the
wrong endpoint. Deployments upgrading past this change must rename the key in config.json.
@MoonBoi9001 MoonBoi9001 merged commit aa55181 into main Jul 14, 2026
11 checks passed
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.

1 participant