cartesi / explorer

Cartesi Blockchain Explorer
https://explorer.cartesi.io
Apache License 2.0
9 stars 12 forks source link

Chore: update ens subgraph url #151

Closed brunomenezes closed 2 months ago

brunomenezes commented 3 months ago

Summary

Due to the TheGraph sunsetting its hosted service, the current subgraph ENS graphql endpoint we use will have some global rate limiting applied (The ENS DAO will subsidize the API key for this old endpoint). The changes add a new environment variable to set a custom endpoint but leave the current one as a fallback for dev use (If you get a 429, go to subgraph and create your API keys).

Changes:

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 9:49am
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9443749735

Details


Totals Coverage Status
Change from base Build 8532997997: 0.0%
Covered Lines: 338
Relevant Lines: 401

💛 - Coveralls
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9710757842

Details


Totals Coverage Status
Change from base Build 8532997997: 0.0%
Covered Lines: 338
Relevant Lines: 401

💛 - Coveralls
brunomenezes commented 2 months ago

I am adding another change to set the api/{network}/stats to use Chainstack instead of hosted services (unavailable).

I will clean up the Apollo client setups later.

cc: @tuler