diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index 33d3e284492..4d567d91701 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -331,6 +331,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/pixelswap.png", + name: "PixelSwap", + link: "https://pixelswap.xyz", + description: + "Pixelswap: Pioneering the Future of Decentralized Exchange with Seamless Multichain Support and Enhanced User Experience.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/pizzap.png", name: "Pizzap", @@ -394,6 +403,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/superscalar.png", + name: "SuperScalar", + link: "https://www.superscalar.io/", + description: + "Superscalar specializes in cutting-edge computing acceleration solutions, with a focus on zero-knowledge proof algorithm optimization, FPGA development, and ASIC design.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/surfer-monkey.png", name: "SurferMonkey", diff --git a/packages/website/public/images/ecosystem/pixelswap.png b/packages/website/public/images/ecosystem/pixelswap.png new file mode 100644 index 00000000000..11575161fbb Binary files /dev/null and b/packages/website/public/images/ecosystem/pixelswap.png differ diff --git a/packages/website/public/images/ecosystem/superscalar.png b/packages/website/public/images/ecosystem/superscalar.png new file mode 100644 index 00000000000..393fc207866 Binary files /dev/null and b/packages/website/public/images/ecosystem/superscalar.png differ