diff --git a/packages/website/components/EcosystemSection.tsx b/packages/website/components/EcosystemSection.tsx index 85234e9d081..654c9e21817 100644 --- a/packages/website/components/EcosystemSection.tsx +++ b/packages/website/components/EcosystemSection.tsx @@ -75,6 +75,13 @@ const ecosystemData: EcosystemData[] = [ "A decentralized cross-rollup Layer 2 bridge with a contract only on the destination side.", filters: [], }, + { + icon: "/images/ecosystem/particle-network.png", + name: "Particle Network", + link: "https://particle.network/", + description: "The full-stack infrastructure to simplify Web3.", + filters: [], + }, { icon: "/images/ecosystem/pheasant-network.png", name: "Pheasant Network", diff --git a/packages/website/public/images/ecosystem/particle-network.png b/packages/website/public/images/ecosystem/particle-network.png new file mode 100644 index 00000000000..fc37a2cb668 Binary files /dev/null and b/packages/website/public/images/ecosystem/particle-network.png differ