Skip to content

Commit

Permalink
fix: resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Nov 21, 2023
1 parent 184d498 commit 1b07ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export const tokenList = [
...externalLPsForStaking[hubPoolChainId],
];

export type rewardProgramTypes = "referrals" | "op-rebate";
export type rewardProgramTypes = "referrals" | "op-rebates";
export const rewardPrograms: Record<
rewardProgramTypes,
{
Expand Down

0 comments on commit 1b07ddf

Please sign in to comment.