import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'CoinDesk',
    url: 'coindesk.com',
    lang: 'en',
    description: 'CoinDesk is a news site specializing in bitcoin and digital currencies, delivering news, analysis, and information about the blockchain ecosystem.',
};
