Skip to content

Commit 64d215f

Browse files
authored
Merge pull request #14257 from ethereum/removeTokenSets
remove Token Sets
2 parents 36bfe1b + e1dbd4f commit 64d215f

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

public/images/dapps/set.png

-1.6 KB
Binary file not shown.

src/intl/en/page-dapps.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
"page-dapps-dapp-description-status": "Designed to enable the free flow of information, protect the right to private, secure conversations, and promote the sovereignty of individuals.",
122122
"page-dapps-dapp-description-superrare": "Buy digital artworks direct from artists or in secondary markets.",
123123
"page-dapps-dapp-description-synthetix": "A new financial primitive enabling the creation of synthetic assets, offering unique derivatives and exposure to real-world assets on the blockchain.",
124-
"page-dapps-dapp-description-token-sets": "Crypto investment strategies that automatically rebalance.",
125124
"page-dapps-dapp-description-uniswap": "Swap tokens simply or provide tokens for % rewards.",
126125
"page-dapps-dapp-description-xmtp": "Send messages between blockchain accounts, including DMs, alerts, announcements, and more.",
127126
"page-dapps-dapp-description-yearn": "Decentralized suite of products helping individuals, DAOs, and other protocols earn yield on their digital assets.",
@@ -261,7 +260,6 @@
261260
"page-dapps-technology-button": "Technology",
262261
"page-dapps-technology-description": "These are applications that focus on decentralizing developer tools, incorporating cryptoeconomic systems into existing technology, and creating marketplaces for open-source development work.",
263262
"page-dapps-technology-title": "Decentralized technology",
264-
"page-dapps-token-sets-logo-alt": "Token Sets logo",
265263
"page-dapps-uniswap-logo-alt": "Uniswap logo",
266264
"page-dapps-wallet-callout-button": "Find wallet",
267265
"page-dapps-wallet-callout-description": "Wallets are dapps too. Find one based on the features that suit you.",

src/pages/dapps.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ import requestFinance from "@/public/images/dapps/requestFinance.png"
106106
import rotki from "@/public/images/dapps/rotki.png"
107107
import rubic from "@/public/images/dapps/rubic.png"
108108
import sablier from "@/public/images/dapps/sablier.png"
109-
import set from "@/public/images/dapps/set.png"
110109
import spatial from "@/public/images/dapps/spatial.png"
111110
import spruce from "@/public/images/dapps/spruce.png"
112111
import status from "@/public/images/dapps/status.png"
@@ -817,13 +816,6 @@ const DappsPage = () => {
817816
]
818817

819818
const investments = [
820-
{
821-
title: "Token Sets",
822-
description: t("page-dapps-dapp-description-token-sets"),
823-
link: "https://www.tokensets.com/",
824-
image: set,
825-
alt: t("page-dapps-token-sets-logo-alt"),
826-
},
827819
{
828820
title: "PoolTogether",
829821
description: t("page-dapps-dapp-description-pooltogether"),

0 commit comments

Comments
 (0)