Skip to content

Commit b9318b0

Browse files
committed
feat(Morpho): adding morpho app
1 parent 034b9fc commit b9318b0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

public/images/dapps/morpho.png

9.01 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"page-dapps-dapp-description-matcha": "Searches multiple exchanges to help find you the best prices.",
9797
"page-dapps-dapp-description-meeds": "Web3 community hubs for the age of decentralized work. Reward fairly and transparently contributions that matter.",
9898
"page-dapps-dapp-description-mirror": "Built on web3 for web3, Mirror’s robust publishing platform pushes the boundaries of writing online",
99+
"page-dapps-dapp-description-morpho": "Morpho is an open platform that allows anyone to earn yield, borrow assets, curate markets and vaults, and build applications",
99100
"page-dapps-dapp-description-multichain": "The ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.",
100101
"page-dapps-dapp-description-nifty-gateway": "Buy works onchain from top artists, athletes, brands, and creators.",
101102
"page-dapps-dapp-description-summerfi": "Trade, borrow, and save with Dai, an Ethereum stablecoin.",
@@ -230,6 +231,7 @@
230231
"page-dapps-metaverse-description": "These are applications that enable users to participate freely in virtual worlds. Users can form personal networks and take ownership of digital assets",
231232
"page-dapps-mirror-logo-alt": "Mirror logo",
232233
"page-dapps-mobile-options-header": "Browse another category",
234+
"page-dapps-morpho-logo-alt": "Morpho logo",
233235
"page-dapps-multichain-logo-alt": "Multichain logo",
234236
"page-dapps-nifty-gateway-logo-alt": "Nifty Gateway logo",
235237
"page-dapps-summerfi-logo-alt": "Summer.fi logo",

src/pages/[locale]/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ import marble from "@/public/images/dapps/marble.png"
8484
import matcha from "@/public/images/dapps/matcha.png"
8585
import meeds from "@/public/images/dapps/meeds.png"
8686
import mirror from "@/public/images/dapps/mirror.png"
87+
import morpho from "@/public/images/dapps/morpho.png"
8788
import nexus from "@/public/images/dapps/nexus.png"
8889
import nifty from "@/public/images/dapps/nifty.png"
8990
import opensea from "@/public/images/dapps/opensea.png"
@@ -579,6 +580,13 @@ const DappsPage = () => {
579580
image: aave,
580581
alt: t("page-dapps-aave-logo-alt"),
581582
},
583+
{
584+
title: "Morpho",
585+
description: t("page-dapps-dapp-description-morpho"),
586+
link: "https://morpho.org/",
587+
image: morpho,
588+
alt: t("page-dapps-morpho-logo-alt"),
589+
},
582590
{
583591
title: "Compound",
584592
description: t("page-dapps-dapp-description-compound"),

0 commit comments

Comments
 (0)