categories.js
1 export const EXCHANGES = 'EXCHANGES' 2 export const DEFI = 'DEFI' 3 export const MARKETPLACES = 'MARKETPLACES' 4 export const COLLECTIBLES = 'COLLECTIBLES' 5 export const GAMES = 'GAMES' 6 export const SOCIAL_NETWORKS = 'SOCIAL_NETWORKS' 7 export const UTILITIES = 'UTILITIES' 8 export const CRYPTO_ONRAMPS = 'CRYPTO_ONRAMPS' 9 export const OTHER = 'OTHER'