Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove defunct integrations #1754

Merged
merged 11 commits into from
Aug 14, 2023
9 changes: 0 additions & 9 deletions Strategies/components/DepositModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Modal from '@components/Modal'
import ModalHeader from './ModalHeader'
import SolendModalContent from './SolendModalContent'
import { SolendStrategy } from 'Strategies/types/types'
import EverlendModalContent from './EverlendModalContent'
import { PsyFiStrategies } from './psyfi'
import { AssetAccount } from '@utils/uiTypes/assets'

Expand Down Expand Up @@ -46,14 +45,6 @@ const DepositModal = ({
createProposalFcn={createProposalFcn}
/>
) : null}
{protocolName === 'Everlend' ? (
<EverlendModalContent
proposedInvestment={proposedInvestment}
governedTokenAccount={governedTokenAccount}
handledMint={handledMint}
createProposalFcn={createProposalFcn}
/>
) : null}
{/* TODO: Add the PsyFi modal */}
{protocolName === 'PsyFi' ? (
<PsyFiStrategies
Expand Down
124 changes: 0 additions & 124 deletions Strategies/components/EverlendModalContent.tsx

This file was deleted.

250 changes: 0 additions & 250 deletions Strategies/components/everlend/EverlendDeposit.tsx

This file was deleted.

Loading
Loading