v3-info icon indicating copy to clipboard operation
v3-info copied to clipboard

Subgraph client endpoint has been removed

Open leon-do opened this issue 7 months ago • 2 comments

Bug Description A clear and concise description of the bug.

Steps to Reproduce

  1. Go to https://github.com/Uniswap/v3-info/blob/master/src/apollo/client.ts#L9C9-L9C76.
  2. Open https://api.thegraph.com/subgraphs/name/blocklytics/ethereum-blocks/graphql ...

Expected Behavior A clear and concise description of what you expected to happen.

Expected Result:

<SOME_JSON>

Actual result:

{
  "message": "This endpoint has been removed. If you are the owner of this subgraph you can upgrade it by going here: https://thegraph.com/hosted-service. If you have any questions, reach out to [email protected]. Learn more about why this happening here: https://thegraph.com/docs/en/sunrise/#upgrading-subgraphs-to-the-graph-network"
}

Screenshot 2024-06-28 at 11 50 42 AM

Additional Context Add any other context about the problem here (screenshots, whether the bug only occurs only in certain mobile/desktop/browser environments, etc.)

This applies for all urls in client.ts

leon-do avatar Jun 28 '24 15:06 leon-do