fix(payment-detection): mantle subgraph URL - #1750
Merged
Merged
Conversation
Contributor
Greptile SummaryThe PR replaces the broken Mantle payment subgraph endpoint with the working
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the implementation and its Mantle URL assertion now use the same endpoint. Important Files Changed
Reviews (2): Last reviewed commit: "fix test" | Re-trigger Greptile |
MantisClone
approved these changes
Aug 5, 2026
LeoSlrRf
approved these changes
Aug 5, 2026
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.
Description
This PR changes the Mantle subgraph URL, which currently returns an error when called.
Tests
Calling the current URL
--> gives failure:
{ "errors": [ { "message": "deployment `requestnetwork/request-payments-mantle_67eb19c6-a23c-4b88-8517-593d8e5bac34` does not exist" } ] }Calling the fixed URL
--> results in:
{ "data": { "_meta": { "block": { "hash": "0x69fe6384dff4d2e70cddb80e44c2a1a53909e7890ffe8e47a29e2cd5097a1c18", "timestamp": 1785919632 } } } }Why the URL change?
The hash
541f68fcorresponds to the following commit: RequestNetwork/payments-subgraph@541f68f ; but I'm not sure how it was deployed, as the deployment CI still refers to an old URLgraph.fusionx.finance: https://github.com/RequestNetwork/payments-subgraph/blob/c176246e16061c10ca794f0ebba318ec7b70fc52/.github/workflows/deploy.yaml#L67