MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

fix token detection fallback #4928

Closed bergeron closed 1 week ago

bergeron commented 1 week ago

Explanation

Even when account API detection succeeded, it was doing an additional, redundant RPC based detection on the same chains.

References

Changelog

Checklist