Skip to content

Commit

Permalink
feat(merkl): add whitelist field (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib authored Oct 16, 2023
1 parent 43802a0 commit df4a76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/merkl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export type DistributionDataType<T extends AMMType> = {
token: string; // Token distributed
tokenDecimals: number;
tokenSymbol: string;
whitelist: string[];
wrappers: WrapperType<T>[]; // Supported wrapper types for this pool
// User Related Data
breakdown?: { [origin in RewardOrigin<T>]?: number }; // rewards earned breakdown
Expand Down

0 comments on commit df4a76e

Please sign in to comment.