From 6a037344b486468c85e4370b8ab89af1a8659b22 Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Fri, 20 Oct 2023 13:39:12 +0100 Subject: [PATCH] pendle edit --- protocols/pendle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/pendle.ts b/protocols/pendle.ts index bb1a990..c11e246 100644 --- a/protocols/pendle.ts +++ b/protocols/pendle.ts @@ -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; };