Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 302 forks source link

Subgraph client endpoint has been removed #323

Open leon-do opened 2 months ago

leon-do commented 2 months ago

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 support@thegraph.zendesk.com. 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

zainabwork commented 1 month ago

Hey did you find any solution for this problem I'm facing this same issue.

ductrinhhuu commented 1 month ago

got the same issue