Skip to content

Commit 47299e6

Browse files
authored
Merge pull request #1536 from scroll-tech/add-payment
fix: separate Payment category
2 parents 539b86b + 840bfaf commit 47299e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/constants/ecosystem.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const ECOSYSTEM_PAGE_SYMBOL = "ecosystem"
77

88
export const DIVERGENT_CATEGORY_MAP = {
99
Community: ["Community", "DAO", "Governance"],
10-
DeFi: ["DEX", "DeFi", "Launchpad", "Lending", "Marketplace", "Payment"],
10+
DeFi: ["DEX", "DeFi", "Launchpad", "Lending", "Marketplace"],
1111
Gaming: ["Gaming"],
1212
Infra: ["Gateway", "Indexer", "Infrastructure", "Node Provider", "Oracle"],
1313
NFT: ["NFT"],
@@ -16,6 +16,7 @@ export const DIVERGENT_CATEGORY_MAP = {
1616
Tooling: ["Tooling"],
1717
Wallet: ["Wallet", "Hardware Wallet"],
1818
Bridge: ["Bridge"],
19+
Payment: ["Payment"],
1920
}
2021

2122
export const ECOSYSTEM_EXPLORER_LIST = [

0 commit comments

Comments
 (0)