Skip to content

Commit 5b7e8a4

Browse files
committed
Add imageUrl and description to TokenExtensions
1 parent b88ff37 commit 5b7e8a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/tokenlist.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export interface TokenList {
1919
export interface TagDetails {
2020
readonly name: string;
2121
readonly description: string;
22-
readonly imageUrl: string;
2322
}
2423

2524
export interface TokenExtensions {
@@ -37,6 +36,8 @@ export interface TokenExtensions {
3736
readonly serumV3Usdt?: string;
3837
readonly serumV3Usdc?: string;
3938
readonly coingeckoId?: string;
39+
readonly imageUrl?: string;
40+
readonly description?: string;
4041
}
4142

4243
export interface TokenInfo {

0 commit comments

Comments
 (0)