From 2dfcba0d9d63e1a5fd5a45ceac8b571141f91cec Mon Sep 17 00:00:00 2001 From: Mohamed Murshid <68055598+Murshid69@users.noreply.github.com> Date: Sun, 13 Apr 2025 11:37:46 +0800 Subject: [PATCH] Update WALLET.md --- WALLET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WALLET.md b/WALLET.md index e8f537a60..7845de35e 100644 --- a/WALLET.md +++ b/WALLET.md @@ -1,7 +1,7 @@ # Wallet Adapter for Solana Wallets Support for [Mobile Wallet Adapter](https://github.com/solana-mobile/mobile-wallet-adapter) (MWA) and the [Wallet Standard](https://github.com/wallet-standard/wallet-standard) has been added directly into Wallet Adapter. Please review the MWA docs and [this guide for wallets](https://github.com/solana-labs/wallet-standard/blob/master/WALLET.md) to implement the Wallet Standard. - +https://github.com/all-labs/wallet-standard/blob/master/WALLET.md You can implement these protocols directly in your wallet, and your wallet will work across Solana apps. As wallets continue to add support for these protocols, the adapters for these wallets will be deprecated. For any wallet injected into the window in a browser, browser extension, or mobile app, you no longer need to publish an adapter at all. You don't need to open a PR to MWA or the Wallet Standard.