Skip to content

Commit

Permalink
fixes Uniswap#33
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Mar 27, 2021
1 parent 3ad70fa commit b4907f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export interface TokenInfo {
readonly symbol: string;
readonly logoURI?: string;
readonly tags?: string[];
readonly extensions?: {
readonly [key: string]: string | number | boolean | null;
};
}

export interface Version {
Expand Down

0 comments on commit b4907f6

Please sign in to comment.