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

export const namespace: Namespace = {
    name: 'TokenInsight',
    url: 'tokeninsight.com',
    description: `::: tip
TokenInsight also provides official RSS, you can take a look at [https://api.tokeninsight.com/reference/rss](https://api.tokeninsight.com/reference/rss).
:::`,
    lang: 'en',
};
