pancakeswap/pancake-info-api

Subgraph `pancakeswap/exchange-lite` not found

gocharli opened this issue · 2 comments

{"error":{"code":500,"message":"Store error: query execution failed: Subgraph pancakeswap/exchange-lite not found"}}

  1. I deployed through vercel.
  2. Opened the deployment link appmainurl/api/tokens
  3. I get the above error.

Please let me know how to fix it. How do I connect subgraph

Need to change subgraph url in utils/apollo/client.ts to https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2

Need to change subgraph url in utils/apollo/client.ts to https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2

This worked for me.
Thanks!