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
Once MetaMask/snaps#2047 is released in the stable extension, we should switch to using this method instead of wallet_getSnaps. It will more reliably get all the Snaps that are installed by the user.
For backwards compatibility with older extension versions, we should fall back to wallet_getSnaps if wallet_getAllSnaps is not available.
The text was updated successfully, but these errors were encountered:
Once MetaMask/snaps#2047 is released in the stable extension, we should switch to using this method instead of
wallet_getSnaps
. It will more reliably get all the Snaps that are installed by the user.For backwards compatibility with older extension versions, we should fall back to
wallet_getSnaps
ifwallet_getAllSnaps
is not available.The text was updated successfully, but these errors were encountered: