File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
apps/staking/src/components/WalletProvider Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,8 @@ import {
7
7
} from "@solana/wallet-adapter-react" ;
8
8
import { WalletModalProvider } from "@solana/wallet-adapter-react-ui" ;
9
9
import {
10
- BraveWalletAdapter ,
11
- BackpackWalletAdapter ,
12
10
CoinbaseWalletAdapter ,
13
11
PhantomWalletAdapter ,
14
- GlowWalletAdapter ,
15
12
LedgerWalletAdapter ,
16
13
SolflareWalletAdapter ,
17
14
TorusWalletAdapter ,
@@ -53,11 +50,8 @@ export const WalletProvider = ({
53
50
54
51
const wallets = useMemo (
55
52
( ) => [
56
- new BraveWalletAdapter ( ) ,
57
- new BackpackWalletAdapter ( ) ,
58
53
new CoinbaseWalletAdapter ( ) ,
59
54
new PhantomWalletAdapter ( ) ,
60
- new GlowWalletAdapter ( ) ,
61
55
new LedgerWalletAdapter ( ) ,
62
56
new SolflareWalletAdapter ( ) ,
63
57
new TorusWalletAdapter ( ) ,
You can’t perform that action at this time.
0 commit comments