Skip to content

Commit

Permalink
chore: remove wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Dec 1, 2023
1 parent 1d188c1 commit 6afd19e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 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,
WalletConnectWalletAdapter,
CoinbaseWalletAdapter,
TrustWalletAdapter,
} from "@solana/wallet-adapter-wallets";
Expand All @@ -13,7 +12,6 @@ import {
createDefaultWalletNotFoundHandler,
SolanaMobileWalletAdapter,
} from "@solana-mobile/wallet-adapter-mobile";
import { WalletAdapterNetwork } from "@solana/wallet-adapter-base";

export const WALLET_ADAPTERS = [
new SolanaMobileWalletAdapter({
Expand All @@ -33,17 +31,4 @@ export const WALLET_ADAPTERS = [
new GlowWalletAdapter(),
new CoinbaseWalletAdapter(),
new TrustWalletAdapter(),
new WalletConnectWalletAdapter({
network: WalletAdapterNetwork.Mainnet,
options: {
relayUrl: "wss://relay.walletconnect.com",
projectId: "b60e76594a7010d8ab8744a3d6b53a9a",
metadata: {
name: "marginfi",
description: "marginfi",
url: "https://app.marginfi.com",
icons: ["https://app.marginfi.com/mrgn_logo_512.png"],
},
},
}),
];

0 comments on commit 6afd19e

Please sign in to comment.