Skip to content

Commit

Permalink
update defi rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 committed Nov 26, 2024
1 parent dd15c93 commit e0eaf71
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/hooks/useDefiRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ const useDefiRewards = () => {
aprBoost: 28.75, // TVL lte 250k USD
},
{
poolId: 429999, // UNIT/VOI UNIT TVL 5%
aprBoost: 30,
poolId: 429999, // UNIT/VOI UNIT
aprBoost: 50,
},
{
poolId: 395554, // GM/VOI GM TVL 5%
aprBoost: 20,
poolId: 395554, // GM/VOI GM
aprBoost: 50,
},
{
poolId: 440993, // F/UNIT UNIT TVL 5%
aprBoost: 10,
poolId: 440993, // F/UNIT UNIT
aprBoost: 25,
},
/*
{
poolId: 443619, // F/ROCKET ROCKET TVL 5%
aprBoost: 10,
Expand All @@ -48,6 +49,7 @@ const useDefiRewards = () => {
poolId: 440986, // F/GM GM TVL 5%
aprBoost: 10,
},
*/
],
};
// Assuming the API returns an array of objects with poolId and aprBoost
Expand Down

0 comments on commit e0eaf71

Please sign in to comment.