How to upgrade
1. Install Mobile Wallet Standard
Installing the standard wallet takes two steps:
For more context, view the full installation guide.
2. Update to wallet-adapter >= 0.15.36
If your web app is using@solana/wallet-adapter-react update to a version >= 0.15.36.
Updating fixes common MWA Web issues like:
- the No connect after selecting MWA bug.
Why switch?
There are several reasons to upgrade to using MWA via Wallet Standard.Wallet Adapter no longer includes MWA as a default
The@solana/wallet-adapter-react library will not include MWA as a default option starting from versions >= 1.0.0.
This means any web app using @solana/wallet-adapter-react will no longer display Mobile Wallet Adapter as an option for users
browsing on Android Chrome, unless explicitly added.
Bug fixes and stability
The@solana-mobile/wallet-standard-mobile is the recommended web library for MWA going forward. This means it will receive all the latest feature additions and updates.
The legacy @solana-mobile/wallet-adapter-mobile library will be deprecated and enter maintenance mode, and only receive updates for bug fixes.