We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88ff37 commit 5b7e8a4Copy full SHA for 5b7e8a4
1 file changed
src/lib/tokenlist.ts
@@ -19,7 +19,6 @@ export interface TokenList {
19
export interface TagDetails {
20
readonly name: string;
21
readonly description: string;
22
- readonly imageUrl: string;
23
}
24
25
export interface TokenExtensions {
@@ -37,6 +36,8 @@ export interface TokenExtensions {
37
36
readonly serumV3Usdt?: string;
38
readonly serumV3Usdc?: string;
39
readonly coingeckoId?: string;
+ readonly imageUrl?: string;
40
+ readonly description?: string;
41
42
43
export interface TokenInfo {
0 commit comments