cartesi / explorer

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

Update ENS Subgraph URL #150

Closed gskril closed 4 months ago

gskril commented 5 months ago

The ENS subgraph URL used in this repo (https://api.thegraph.com/subgraphs/name/ensdomains/ens) will have a global rate limit added on June 12. To avoid this, creating your own API key with TheGraph is recommended.

It’s free for the first 100k requests/month, and the ENS DAO Ecosystem Working Group offers potential sponsorships if you go beyond that. Here is a video walking through the setup process (less than 5 mins).

This is due to TheGraph sunsetting its hosted service. The old URL will begin serving requests from an ENS DAO-sponsored API key, so this is not a breaking change for ENS, but it will introduce a more restrictive rate limit.

brunomenezes commented 5 months ago

Hi @gskril, thanks for reaching out. I'll have a look at that.