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
Currently we check for all transaction hashes - this can lead to high RPC load - we could check transaction count first and check hash afterwards to save some RPC calls
The text was updated successfully, but these errors were encountered:
Currently we check for all transaction hashes - this can lead to high RPC load - we could check transaction count first and check hash afterwards to save some RPC calls
The text was updated successfully, but these errors were encountered: