diff --git a/src/assets/projects/helixswap.png b/src/assets/projects/helixswap.png new file mode 100644 index 00000000..f90cb1ea Binary files /dev/null and b/src/assets/projects/helixswap.png differ diff --git a/src/config/projects.ts b/src/config/projects.ts index dd9d5894..62a9db6c 100644 --- a/src/config/projects.ts +++ b/src/config/projects.ts @@ -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[] => [ { @@ -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"], + }, ];