11 lines
297 B
TypeScript
11 lines
297 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>.
|
|
:::`,
|
|
lang: 'en',
|
|
};
|