From 02a32350adc46881ecca727ddc29809b13c5a1be Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Sat, 29 Oct 2022 09:12:03 -0400 Subject: [PATCH] add backpack link --- README.md | 2 +- src/App.js | 53 +++++------------------------------------------------ 2 files changed, 6 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index b67ee9e..18b1377 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SPL Token Wallet -Note. This repository is used as a developer tool. Non security related issues and PRs will not be actively supported. For a wallet, it's recommended to use Phantom or Solflare. +Note. This repository is used as a developer tool. Non security related issues and PRs will not be actively supported. For a wallet, it's recommended to use Backpack. Example Solana wallet with support for [SPL tokens](https://spl.solana.com/token) and Serum integration. diff --git a/src/App.js b/src/App.js index eeb3799..0a4e8d5 100644 --- a/src/App.js +++ b/src/App.js @@ -131,20 +131,8 @@ function WalletSuggestionDialog({ open, onClose, onIgnore }) { Looking for a Wallet? - Sollet is an{' '} - - {' '} - open source - {' '} - wallet for advanced users and developers. For the best Solana - experience and user support, it is recommended to use - Phantom - {' '} - or Solflare. + For the best Solana experience, it is recommended to use{' '} + Backpack @@ -152,14 +140,14 @@ function WalletSuggestionDialog({ open, onClose, onIgnore }) { className={classes.walletButton} style={{ display: 'flex' }} onClick={() => { - window.location = 'https://phantom.app/'; + window.location = 'https://backpack.app/download'; }} >
@@ -173,38 +161,7 @@ function WalletSuggestionDialog({ open, onClose, onIgnore }) { fontWeight: 'bold', }} > - Phantom - -
- -
- -
{ - window.location = 'https://solflare.com/'; - }} - className={classes.walletButton} - style={{ display: 'flex' }} - > -
- -
-
- - Solflare + Backpack