We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fc042 commit 96255a9Copy full SHA for 96255a9
apps/staking/src/components/WalletProvider/index.tsx
@@ -7,11 +7,8 @@ import {
7
} from "@solana/wallet-adapter-react";
8
import { WalletModalProvider } from "@solana/wallet-adapter-react-ui";
9
import {
10
- BraveWalletAdapter,
11
- BackpackWalletAdapter,
12
CoinbaseWalletAdapter,
13
PhantomWalletAdapter,
14
- GlowWalletAdapter,
15
LedgerWalletAdapter,
16
SolflareWalletAdapter,
17
TorusWalletAdapter,
@@ -53,11 +50,8 @@ export const WalletProvider = ({
53
50
54
51
const wallets = useMemo(
55
52
() => [
56
- new BraveWalletAdapter(),
57
- new BackpackWalletAdapter(),
58
new CoinbaseWalletAdapter(),
59
new PhantomWalletAdapter(),
60
- new GlowWalletAdapter(),
61
new LedgerWalletAdapter(),
62
new SolflareWalletAdapter(),
63
new TorusWalletAdapter(),
0 commit comments