Skip to content
Merged
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
Binary file added public/images/dapps/buidlbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/dapps/gitcoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions src/components/StablecoinAccordion/useStablecoinAccordion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ import { type CardProps } from "@/components/CardList"

import { useTranslation } from "@/hooks/useTranslation"
import aaveImg from "@/public/images/dapps/aave.png"
// -- borrow
import buidlboxImg from "@/public/images/dapps/buidlbox.png"
import compoundImg from "@/public/images/dapps/compound.png"
// -- earn
import matchaImg from "@/public/images/dapps/matcha.png"
import summerfiImg from "@/public/images/dapps/summerfi.png"
// Static assets
// -- dapps
import uniImg from "@/public/images/dapps/uni.png"
import ethImg from "@/public/images/eth-org-logo.png"
import oneInchImg from "@/public/images/exchanges/1inch.png"
import binanceImg from "@/public/images/exchanges/binance.png"
// -- exchanges
import coinbaseImg from "@/public/images/exchanges/coinbase.png"
import coinmamaImg from "@/public/images/exchanges/coinmama.png"
import geminiImg from "@/public/images/exchanges/gemini.png"
Expand Down Expand Up @@ -65,6 +61,13 @@ export const useStablecoinAccordion = () => {
]

const earn: Array<CardProps> = [
{
title: "buidlbox",
image: buidlboxImg,
link: "https://app.buidlbox.io/",
description: t("page-stablecoins-accordion-earn-project-1-description"),
alt: t("buidlbox-logo"),
},
{
title: t("page-stablecoins-accordion-earn-project-bug-bounties"),
image: ethImg,
Expand Down
3 changes: 2 additions & 1 deletion src/intl/en/page-stablecoins.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"page-stablecoins-accordion-buy-text-preview": "A lot of exchanges and wallets let you buy stablecoins directly. Geographical restrictions will apply.",
"page-stablecoins-accordion-buy-title": "Buy",
"page-stablecoins-accordion-buy-warning": "Centralized exchanges may only list fiat-backed stablecoins like USDC, Tether, and others. You may not be able to buy them directly, but you should be able to exchange them from ETH or other cryptocurrencies that you can buy on the platform.",
"page-stablecoins-accordion-earn-project-1-description": "Ongoing and upcoming hackathons. Every buidlers gateway into the digital frontier.",
"page-stablecoins-accordion-earn-project-2-description": "Technology, content, and other work for the MakerDao community (the team that brought you Dai).",
"page-stablecoins-accordion-earn-project-3-description": "When you really know your stuff, find bugs to earn Dai.",
"page-stablecoins-accordion-earn-project-bug-bounties": "Consensus layer bug bounties",
Expand Down Expand Up @@ -179,6 +180,7 @@
"aave-logo": "Aave logo",
"binance-logo": "Binance logo",
"bittrex-logo": "Bittrex logo",
"buidlbox-logo": "Buidlbox logo",
"coinbase-logo": "Coinbase logo",
"coinmama-logo": "Coinmama logo",
"compound-logo": "Compound logo",
Expand All @@ -188,7 +190,6 @@
"page-stablecoins-show-more": "Show more",
"page-stablecoins-no-results": "No stablecoins match the current filters",
"gemini-logo": "Gemini logo",
"gitcoin-logo": "Gitcoin logo",
"makerdao-logo": "MakerDao logo",
"matcha-logo": "Matcha logo",
"sparkfi-logo": "Spark Protocol logo",
Expand Down