From 34adf8dffd866ee5ff162f460da709353b357686 Mon Sep 17 00:00:00 2001 From: prim8bits Date: Sat, 9 Nov 2024 12:04:48 +0100 Subject: [PATCH] added kong swap --- community/communityProjects.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/community/communityProjects.ts b/community/communityProjects.ts index 4b3311058d..3e0a34ccb0 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -2083,6 +2083,21 @@ const communityProjects: SampleItem[] = [ contentType: ["code samples", "community repo", "live demos"], image: "/img/showcase/BR-DAO_logo.svg", }, + { + index: 128, + title: "KongSwap", + body: "The one stop token shop - Trade tokens across all chains with ease using KongSwap", + links: { + github: "https://github.com/KongSwap/kong", + livePreview: "https://www.kongswap.io/", + otherLinks: "https://x.com/kongswap", + }, + domains: ["DeFi"], + level: "advanced", + languages: ["Rust", "javascrip"], + contentType: [ "community repo", "SDK"], + image: "https://github.com/KongSwap/documentation/blob/main/kong_logo.png", + }, ];