diff --git a/src/lib/tokenlist.ts b/src/lib/tokenlist.ts index 0d7a5348ae5b..89ed49ee790e 100644 --- a/src/lib/tokenlist.ts +++ b/src/lib/tokenlist.ts @@ -19,7 +19,6 @@ export interface TokenList { export interface TagDetails { readonly name: string; readonly description: string; - readonly imageUrl: string; } export interface TokenExtensions { @@ -37,6 +36,8 @@ export interface TokenExtensions { readonly serumV3Usdt?: string; readonly serumV3Usdc?: string; readonly coingeckoId?: string; + readonly imageUrl?: string; + readonly description?: string; } export interface TokenInfo {