Skip to content

Commit

Permalink
Fix token risk type
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Feb 15, 2024
1 parent 4879386 commit dccb110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/address-book/types/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ interface Token {
oracle?: 'tokens' | 'lps';
bridge?: string;
staked?: boolean;
risks?: ReadonlyArray<string>;
risks?: ReadonlyArray<'NO_TIMELOCK' | 'LARGE_HOLDERS'>;
}
export default Token;

0 comments on commit dccb110

Please sign in to comment.