From 840bfaf7842526d526e35cf91934806f393b325e Mon Sep 17 00:00:00 2001 From: holybasil Date: Wed, 4 Jun 2025 14:29:09 +0800 Subject: [PATCH] fix: separate Payment category --- src/constants/ecosystem.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants/ecosystem.ts b/src/constants/ecosystem.ts index 4b795d50c..bc6afdc22 100644 --- a/src/constants/ecosystem.ts +++ b/src/constants/ecosystem.ts @@ -7,7 +7,7 @@ export const ECOSYSTEM_PAGE_SYMBOL = "ecosystem" export const DIVERGENT_CATEGORY_MAP = { Community: ["Community", "DAO", "Governance"], - DeFi: ["DEX", "DeFi", "Launchpad", "Lending", "Marketplace", "Payment"], + DeFi: ["DEX", "DeFi", "Launchpad", "Lending", "Marketplace"], Gaming: ["Gaming"], Infra: ["Gateway", "Indexer", "Infrastructure", "Node Provider", "Oracle"], NFT: ["NFT"], @@ -16,6 +16,7 @@ export const DIVERGENT_CATEGORY_MAP = { Tooling: ["Tooling"], Wallet: ["Wallet", "Hardware Wallet"], Bridge: ["Bridge"], + Payment: ["Payment"], } export const ECOSYSTEM_EXPLORER_LIST = [