Subgraph `pancakeswap/exchange-lite` not found
gocharli opened this issue · 2 comments
gocharli commented
{"error":{"code":500,"message":"Store error: query execution failed: Subgraph pancakeswap/exchange-lite
not found"}}
- I deployed through vercel.
- Opened the deployment link appmainurl/api/tokens
- I get the above error.
Please let me know how to fix it. How do I connect subgraph
archer-developer commented
Need to change subgraph url in utils/apollo/client.ts
to https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2
vrrayz commented
Need to change subgraph url in
utils/apollo/client.ts
tohttps://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2
This worked for me.
Thanks!