Skip to content

Commit

Permalink
chore: remove coinbase wallet adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Dec 3, 2023
1 parent 278d785 commit e903055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/marginfi-v2-ui/src/config/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
SolflareWalletAdapter,
GlowWalletAdapter,
BackpackWalletAdapter,
CoinbaseWalletAdapter,
TrustWalletAdapter,
} from "@solana/wallet-adapter-wallets";
import {
Expand All @@ -29,6 +28,5 @@ export const WALLET_ADAPTERS = [
new SolflareWalletAdapter(),
new BackpackWalletAdapter(),
new GlowWalletAdapter(),
new CoinbaseWalletAdapter(),
new TrustWalletAdapter(),
];

0 comments on commit e903055

Please sign in to comment.