You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes remote call each time the get_genesis is called. Let's add a local caching for the get_genesis response so that only first request to get_genesis calls rpc endpoint. This data does not change at all and we're wasting a lot of QuickNode quota.
Make sure to cache based on base_url.
The text was updated successfully, but these errors were encountered:
Currently this code:
Makes remote call each time the
get_genesis
is called. Let's add a local caching for theget_genesis
response so that only first request toget_genesis
calls rpc endpoint. This data does not change at all and we're wasting a lot of QuickNode quota.Make sure to cache based on
base_url
.The text was updated successfully, but these errors were encountered: