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
Fix uncaught exception in parseWalletError when the wallet returns error codes outside the EIP-1193 provider range (1000–4999), such as standard JSON-RPC codes like -32603 (Internal error). This prevented Solana request rejections from being handled gracefully. (#189)
@metamask/connect-solana 0.3.0
Changed
Correct README documentation across connect-solana, connect-evm, and connect-multichain to match actual API behaviour. (#194)
Explicitly disconnect only Solana scopes when calling SolanaClient.disconnect(). Previously calling this function would result in the wallet connection being terminated entirely even if other ecosystems (evm, bitcoin, etc) were still connected (#193)
@metamask/browser-playground 0.3.1
Changed
Bump workspace dependencies:
@metamask/connect-multichain@0.7.0
@metamask/react-native-playground 0.1.3
Changed
Bump workspace dependencies:
@metamask/connect-multichain@0.7.0
Fixed
Fix malformed reported dapp URL causing issues in the wallet (#187)