Skip to content

Commit

Permalink
Add HelixSwap (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Gege Li <[email protected]>
  • Loading branch information
vivian1508 and Gege Li committed Jul 23, 2024
1 parent ee0734f commit 259bb51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added src/assets/projects/helixswap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import immunefi from "../assets/projects/immunefi.png";
import ktonStaking from "../assets/projects/kton-staking.png";
import envio from "../assets/projects/Envio_logo_sqaure.png";
import mimir from "../assets/projects/mimir.png";
import helixswap from "../assets/projects/helixswap.png";

export const projects = (t: TFunction): PortalMeta[] => [
{
Expand Down Expand Up @@ -462,4 +463,13 @@ export const projects = (t: TFunction): PortalMeta[] => [
description: t("Mimir is your ultimate multisig wallet, engineered to deliver an exceptional multisig experience."),
tags: ["Wallet", "Infrastructure"],
},
{
logo: helixswap,
name: t("HelixSwap"),
link: t("https://swap.helix.box/#/?chain=darwinia"),
description: t(
"A decentralized swap platform that aggregates various swap protocols to offer users a simple one-click swap feature, while also allowing users to add liquidity and earn rewards."
),
tags: ["Defi"],
},
];

0 comments on commit 259bb51

Please sign in to comment.