chore: update subgraph map (boba)#1733
Conversation
Greptile SummaryThis PR adds a Boba network entry to the
Confidence Score: 5/5Safe to merge — single-line config addition with no logic changes. The change adds one entry to a static lookup map. The boba chain name is already defined in the types and currency packages, so no cascading changes are needed. The subgraph ID string follows the same 44-character base58 format as every other entry in the map, and the existing fallback logic handles the case where no API key is supplied. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[getTheGraphClientUrl called with 'boba'] --> B{options.url set?}
B -- Yes --> C[Return custom URL]
B -- No --> D{theGraphExplorerApiKey & subgraphId present?}
D -- Yes --> E[Use TheGraph Explorer URL with HKpAPWqj...PvT]
D -- No --> F[Fallback: TheGraph Studio URL request-payments-boba/version/latest]
Reviews (1): Last reviewed commit: "chore: update subgraph map" | Re-trigger Greptile |
Description of the changes
Update the subgraphId map for boba network