Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Add imageUrl and description to TokenExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fragosti committed May 25, 2021
1 parent b88ff37 commit 5b7e8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/tokenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface TokenList {
export interface TagDetails {
readonly name: string;
readonly description: string;
readonly imageUrl: string;
}

export interface TokenExtensions {
Expand All @@ -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 {
Expand Down

0 comments on commit 5b7e8a4

Please sign in to comment.