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
Opitmize querying (e.g. don't refetch when changing tabs by default, some queries never need to be refreshed) for react-query and wagmi in Passport and staking apps. The wagmi hooks e.g. useReadContract, useWriteContract (not async) use react-query underneath, so look into whether this shares config with the main react-query or needs separate config.
The text was updated successfully, but these errors were encountered:
Opitmize querying (e.g. don't refetch when changing tabs by default, some queries never need to be refreshed) for react-query and wagmi in Passport and staking apps. The wagmi hooks e.g. useReadContract, useWriteContract (not async) use react-query underneath, so look into whether this shares config with the main react-query or needs separate config.
The text was updated successfully, but these errors were encountered: