diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index ad83d299d81..8ab74cf7c9b 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -56,6 +56,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/catalyst.png", + name: "Catalyst", + link: "https://catalyst.exchange/", + description: + "Catalyst is the cross-chain AMM built to connect all chains", + filters: [], + isLive: false, + }, { icon: "/images/ecosystem/chaindrop-faucet.png", name: "Chaindrop Faucet", @@ -92,6 +101,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/cyberscan.png", + name: "Cyberscan", + link: "https://www.cyberscope.io/cyberscan", + description: + "Cyberscan is a convenient tool that helps investors quickly gain insight into a given cryptocurrency token", + filters: [], + isLive: false, + }, { icon: "/images/ecosystem/foxwallet.png", name: "FoxWallet", @@ -173,6 +191,15 @@ const ecosystemData: EcosystemData[] = [ filters: ["nft"], isLive: true, }, + { + icon: "/images/ecosystem/movechess.png", + name: "Movechess", + link: "https://movechess.com", + description: + "MoveChess is a chess project currently under development by the MoveLabs team. Its primary goal is to provide a platform for chess enthusiasts within the Taiko community and offer various activities related to NFT rewards on the MoveChess platform.", + filters: [], + isLive: false, + }, { icon: "/images/ecosystem/mxc.svg", name: "MXC", @@ -297,6 +324,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/stakeme.png", + name: "STAKEME", + link: "https://stakeme.pro/", + description: + "STAKEME assists web 3.0 projects with product testing, increasing testnet participants, and offers optimal development tools. As reliable validators, we offer RPC, snapshots, and essential utilities. We have developed a multi-chain faucet and a self-writing explorer adapted to high loads.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/soul-wallet.svg", name: "Soul Wallet", @@ -357,6 +393,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/x7finance.png", + name: "X7R", + link: "https://x7.finance/", + description: + "Launch your project on Xchange with 10-1000x the initial liquidity into the Ethereum ecosystem where anyone can Swap, Borrow and Lend.", + filters: [], + isLive: false, + }, { icon: "/images/ecosystem/zeroswap.png", name: "ZeroSwap", diff --git a/packages/website/public/images/ecosystem/catalyst.png b/packages/website/public/images/ecosystem/catalyst.png new file mode 100644 index 00000000000..b8432732fcb Binary files /dev/null and b/packages/website/public/images/ecosystem/catalyst.png differ diff --git a/packages/website/public/images/ecosystem/cyberscan.png b/packages/website/public/images/ecosystem/cyberscan.png new file mode 100644 index 00000000000..07a614e3b23 Binary files /dev/null and b/packages/website/public/images/ecosystem/cyberscan.png differ diff --git a/packages/website/public/images/ecosystem/movechess.png b/packages/website/public/images/ecosystem/movechess.png new file mode 100644 index 00000000000..02de3c5b941 Binary files /dev/null and b/packages/website/public/images/ecosystem/movechess.png differ diff --git a/packages/website/public/images/ecosystem/stakeme.png b/packages/website/public/images/ecosystem/stakeme.png new file mode 100644 index 00000000000..c3218bb3723 Binary files /dev/null and b/packages/website/public/images/ecosystem/stakeme.png differ diff --git a/packages/website/public/images/ecosystem/x7finance.png b/packages/website/public/images/ecosystem/x7finance.png new file mode 100644 index 00000000000..93ca8378d15 Binary files /dev/null and b/packages/website/public/images/ecosystem/x7finance.png differ