10 lines
324 B
TypeScript
10 lines
324 B
TypeScript
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).
|
|
:::`,
|
|
};
|