Skip to content

Commit 96255a9

Browse files
committed
chore: remove unsupported wallet adapters from staking wallet button
1 parent 52fc042 commit 96255a9

File tree

1 file changed

+0
-6
lines changed
  • apps/staking/src/components/WalletProvider

1 file changed

+0
-6
lines changed

apps/staking/src/components/WalletProvider/index.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ import {
77
} from "@solana/wallet-adapter-react";
88
import { WalletModalProvider } from "@solana/wallet-adapter-react-ui";
99
import {
10-
BraveWalletAdapter,
11-
BackpackWalletAdapter,
1210
CoinbaseWalletAdapter,
1311
PhantomWalletAdapter,
14-
GlowWalletAdapter,
1512
LedgerWalletAdapter,
1613
SolflareWalletAdapter,
1714
TorusWalletAdapter,
@@ -53,11 +50,8 @@ export const WalletProvider = ({
5350

5451
const wallets = useMemo(
5552
() => [
56-
new BraveWalletAdapter(),
57-
new BackpackWalletAdapter(),
5853
new CoinbaseWalletAdapter(),
5954
new PhantomWalletAdapter(),
60-
new GlowWalletAdapter(),
6155
new LedgerWalletAdapter(),
6256
new SolflareWalletAdapter(),
6357
new TorusWalletAdapter(),

0 commit comments

Comments
 (0)