Skip to content

Commit

Permalink
Added iconURI in token information
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Nov 13, 2023
1 parent 82fd838 commit f6564cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/census3/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ export type Census3Token = {
*/
tags?: string;

/**
* The icon URI of the token.
*/
iconURI?: string;

/**
* The census3 status of the token.
*/
Expand Down

0 comments on commit f6564cb

Please sign in to comment.