Skip to content

Commit

Permalink
alchemix flywheels
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptickoan committed Apr 21, 2022
1 parent 5d196a2 commit 1b7bf62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hooks/convex/useConvexRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ export const useConvexPoolIncentives = (
comptroller?.toLowerCase() !==
"0x07cd53380fe9b2a5e64099591b498c73f0efaa66" &&
comptroller?.toLowerCase() !==
"0x814b02c1ebc9164972d888495927fe1697f0fb4c"
"0x814b02c1ebc9164972d888495927fe1697f0fb4c" &&
comptroller?.toLocaleLowerCase() !==
"0x4Ba827A642F99773dB5CD39689B410f4646f56E3"
)
return undefined;

Expand Down

1 comment on commit 1b7bf62

@vercel
Copy link

@vercel vercel bot commented on 1b7bf62 Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.