Closed brunomenezes closed 4 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 |
Totals | |
---|---|
Change from base Build 8532997997: | 0.0% |
Covered Lines: | 338 |
Relevant Lines: | 401 |
Totals | |
---|---|
Change from base Build 8532997997: | 0.0% |
Covered Lines: | 338 |
Relevant Lines: | 401 |
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
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:
NEXT_PUBLIC_*
. It is used with nextJS ISCTransparent change
: Set new ENS endpoints with API key on Vercel for the production environment only.pos
subgraph.