diff --git a/packages/website/components/EcosystemSection.tsx b/packages/website/components/EcosystemSection.tsx index 3cfa2f79da0..ee692363770 100644 --- a/packages/website/components/EcosystemSection.tsx +++ b/packages/website/components/EcosystemSection.tsx @@ -49,6 +49,13 @@ export default function EcosystemSection() { description: "ZKPool aggregates the computing power of accelerators for zero-knowledge proofs and provides services to ZKP applications.", }, + { + icon: "/images/ecosystem/pheasant-network.png", + name: "Pheasant Network", + link: "https://pheasant.network/", + description: + "Pheasant Network is an optimistic bridge between Layer 1 and Layer 2.", + }, ]; return ( diff --git a/packages/website/public/images/ecosystem/pheasant-network.png b/packages/website/public/images/ecosystem/pheasant-network.png new file mode 100644 index 00000000000..5f4cc2321fa Binary files /dev/null and b/packages/website/public/images/ecosystem/pheasant-network.png differ