Skip to content

Commit

Permalink
chore: add new space categories (#4964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jan 24, 2025
1 parent ce3bc0a commit ff02ca6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ export const SPACE_CATEGORIES = [
'service',
'media',
'creator',
'collector'
'collector',
'ai-agent',
'gaming',
'wallet',
'music',
'layer-2',
'defai',
'defi',
'rwa',
'depin',
'meme'
];

export const ERC20ABI = [
Expand Down
12 changes: 11 additions & 1 deletion src/locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,17 @@
"service": "Service",
"media": "Media",
"creator": "Creator",
"collector": "Collector"
"collector": "Collector",
"ai-agent": "AI agent",
"gaming": "Gaming",
"wallet": "Wallet",
"music": "Music",
"layer-2": "Layer 2",
"defai": "DeFi AI",
"defi": "DeFi",
"rwa": "RWA",
"depin": "DePin",
"meme": "Meme"
}
},
"voting": {
Expand Down

0 comments on commit ff02ca6

Please sign in to comment.