diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index 4054e693b99..3a7fab581c9 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -59,6 +59,13 @@ const ecosystemData: EcosystemData[] = [ "FoxWallet is a safe and easy-to-use decentralized audited wallet, dedicated to creating an entrance and connection to the Web3 world.", filters: [], }, + { + icon: "/images/ecosystem/kalkiswap.png", + name: "KALKI SWAP", + link: "https://kalkiswap.org", + description: "KalkiSwap is a cutting-edge decentralized exchange (DEX) that provides lightning-fast token swapping and innovative liquidity provision across diverse blockchains.", + filters: [], + }, { icon: "/images/ecosystem/kekkai.png", name: "KEKKAI", @@ -110,7 +117,7 @@ const ecosystemData: EcosystemData[] = [ { icon: "/images/ecosystem/owlto.png", name: "Owlto", - link: "https://stg.owlto.finance", + link: "https://owlto.finance", description: "The decentralized cross-rollup bridge focused on Layer2.", filters: [], }, diff --git a/packages/website/public/images/ecosystem/kalkiswap.png b/packages/website/public/images/ecosystem/kalkiswap.png new file mode 100644 index 00000000000..ea10b78e9de Binary files /dev/null and b/packages/website/public/images/ecosystem/kalkiswap.png differ