allo-protocol / allo-scan

Block Explorer for Allo
2 stars 2 forks source link

Do we have a public graphql endpoint ? #64

Open kamalbuilds opened 10 months ago

kamalbuilds commented 10 months ago

@codenamejason @0xKurt I tried using this https://api.thegraph.com/subgraphs/name/allo-protocol/allo-v2-goerli endpoint but getting error while trying to do so.

Can you help me out ?

codenamejason commented 10 months ago

Can you add the error message? This also has not been updated in a while and not caught up with Allo changes in the past month.

kamalbuilds commented 10 months ago

@codenamejason If i use .env similar to .env.example

image

If I use https://api.thegraph.com/subgraphs/name/allo-protocol/allo-v2-goerli as the url

image

kamalbuilds commented 10 months ago

also @codenamejason I see you have been able to make it run on vercel too, Can you tell me the similar steps to achieve it running on vercel or setting the graphql instance on the local itself ?