From fc3c3219759aaccf05ad0bd493b8a8c12f42ee61 Mon Sep 17 00:00:00 2001
From: faycal <faycal@quantstamp.com>
Date: Sun, 14 Jul 2024 13:48:45 +0400
Subject: [PATCH] 22nd end logic

---
 src/consts.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/consts.ts b/src/consts.ts
index a063c03..f0786a2 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -18,7 +18,7 @@ export const MISC_CONSTS = {
     MULTICALL_BATCH: 256,
     EETH_POINT_RATE: BigInt("1000000000000000000"),
     PENDLE_DEFAULT_MULTIPLIER: BigInt(2),
-    CUTOFF_TIME: SEASON_1_END_TIME_BIGINT, // this should be changed for regular v2
+    CUTOFF_TIME: END_TIME_V2,
     FULL_EXECUTION_INTERVAL: BigInt(86400),
 }
 
@@ -28,7 +28,7 @@ export const MULTIPLIER_TIMELINE_SY = [
       factor: 0n,
     },
     {
-      timestamp: END_TIME_V1,
+      timestamp: SEASON_1_END_TIME_BIGINT,
       factor: 200n,
     },
     {
@@ -47,7 +47,7 @@ export const MULTIPLIER_TIMELINE = [
       factor: 0n,
     },    
     {
-      timestamp: START_TIME_V2,
+      timestamp: SEASON_1_END_TIME_BIGINT,
       factor: 200n,
     },
     {