Skip to content

Commit

Permalink
Added iconURI in strategy response for Census3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Apr 4, 2024
1 parent 9c64446 commit 118f64f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/census3/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ export type Census3StrategyToken = {
* The minimum balance for the strategy.
*/
minBalance?: string;

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

export type Census3CreateStrategyToken = Omit<Census3StrategyToken, 'chainAddress'>;
Expand Down

0 comments on commit 118f64f

Please sign in to comment.