Skip to content

Commit

Permalink
feat(DAppStore): remove YieldMos (#1224)
Browse files Browse the repository at this point in the history
they don't longer operate
  • Loading branch information
omniwired authored May 15, 2024
1 parent e5fca76 commit 63090df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Binary file removed assets/logos/yieldmos.png
Binary file not shown.
12 changes: 0 additions & 12 deletions packages/screens/DAppStore/query/getFromFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import tfm from "@/assets/logos/tfm-logo.png";
import theGraph from "@/assets/logos/theGraph.png";
import toripunks from "@/assets/logos/toniPunks.png";
import uniswap from "@/assets/logos/uniswap.png";
import yieldmos from "@/assets/logos/yieldmos.png";
import { isElectron } from "@/utils/isElectron";
import { dAppGroup } from "@/utils/types/dapp-store";

Expand Down Expand Up @@ -306,17 +305,6 @@ export function getAvailableApps(): dAppGroup {
selectedByDefault: true,
alwaysOn: false,
},
yieldmos: {
id: "yieldmos",
title: "Yieldmos",
description: "Auto compound",
icon: yieldmos,
route: "External",
url: "https://yieldmos.com/chain/teritori",
groupKey: "staking",
selectedByDefault: false,
alwaysOn: false,
},
},
},
bookmarks: {
Expand Down

0 comments on commit 63090df

Please sign in to comment.