Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions apps/cow-fi/components/AddRpcButton/index.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions apps/cow-fi/components/Layout/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ function getProductsNavItem(isSolversEnabled: boolean): MenuItem {
label: 'CoW Protocol',
href: '/cow-protocol',
},
{
label: 'CoW AMM',
href: '/cow-amm',
},
{
label: 'MEV Blocker',
href: '/mev-blocker',
},
{
label: 'More',
children: [
Expand Down
30 changes: 0 additions & 30 deletions apps/cow-fi/data/home/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import svgBitsSrc from '@cowprotocol/assets/images/image-bits.svg'
import svgCoinsSrc from '@cowprotocol/assets/images/image-coins.svg'
import svgDiscordSrc from '@cowprotocol/assets/images/image-discord.svg'
import svgForumSrc from '@cowprotocol/assets/images/image-forum.svg'
import svgGreenWavesSrc from '@cowprotocol/assets/images/image-green-waves.svg'
import svgSnapshotSrc from '@cowprotocol/assets/images/image-snapshot.svg'
import svgTubeSrc from '@cowprotocol/assets/images/image-tube.svg'
import { Color, ProductVariant, UI } from '@cowprotocol/ui'

import SVG from 'react-inlinesvg'
Expand Down Expand Up @@ -59,34 +57,6 @@ export const PRODUCT_LIST = [
productVariant: ProductVariant.CowDao,
iconImage: svgCoinsSrc,
},
{
title: 'CoW AMM',
description: 'The first MEV-capturing AMM',
linkHref: '/cow-amm',
linkText: 'Deposit liquidity',
linkEvent: 'click-deploy-liquidity',
bgColor: Color.cowamm_dark_green,
textColor: Color.cowamm_green,
descriptionColor: Color.cowamm_green,
linkBgColor: Color.cowamm_green,
linkColor: Color.cowamm_dark_green,
productVariant: ProductVariant.CowDao,
iconImage: svgGreenWavesSrc,
},
{
title: 'MEV Blocker',
description: 'The best MEV protection RPC under the sun',
linkHref: '/mevblocker',
linkText: 'Get protected',
linkEvent: 'click-get-protected',
bgColor: Color.cowfi_orange_pale,
textColor: Color.cowfi_orange_bright,
descriptionColor: Color.cowfi_orange_bright,
linkBgColor: Color.cowfi_orange_bright,
linkColor: Color.cowfi_orange_pale,
productVariant: ProductVariant.MevBlocker,
iconImage: svgTubeSrc,
},
]

export const CHANNEL_LIST = [
Expand Down
Loading
Loading