Skip to content

Commit

Permalink
pendle edit
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Oct 20, 2023
1 parent 454943f commit 6a03734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/pendle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const incentives = () => {
thisStart += periodToSeconds.week;
if (i < 26) continue;
amount *= 1 - decay;
if (i > 260) amount = 589000;
if (i > 260) amount = 115384;
}
return chartSections;
};
Expand Down

0 comments on commit 6a03734

Please sign in to comment.