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
Describe the bug
Currently, the home page is not requesting the metadata for the contracts in the last 6 transactions query, causing the website to query each of the contract addresses in a separate query.
To Reproduce
Steps to reproduce the behavior:
Go to home
open dev tools -> network
filter by /v1/transactions?limit=6
See it does not bring contract metadata
change the filter to /v1/contract
See there are many unnecessary queries
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, the home page is not requesting the metadata for the contracts in the last 6 transactions query, causing the website to query each of the contract addresses in a separate query.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: