From 72bc336db00f671d62ec2a0d0dfea57d7c6cbede Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Fri, 21 Jun 2024 18:50:39 +0100 Subject: [PATCH 1/2] Updated schedule --- protocols/starknet.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protocols/starknet.ts b/protocols/starknet.ts index 82f6eb2..713c2d5 100644 --- a/protocols/starknet.ts +++ b/protocols/starknet.ts @@ -68,8 +68,8 @@ const starknet: Protocol = { manualStep( monthlyReleaseStart, periodToSeconds.month, - 80, - remainingEachAfterCliffs / 80, + 92, + remainingEachAfterCliffs / 92, ), // Distribute the remaining allocation ], Investors: [ @@ -78,8 +78,8 @@ const starknet: Protocol = { manualStep( monthlyReleaseStart, periodToSeconds.month, - 80, - remainingEachAfterCliffs / 80, + 92, + remainingEachAfterCliffs / 92, ), // Distribute the remaining allocation ], meta: { From e0d2af6b99504e9372db81e323371041467ac7f2 Mon Sep 17 00:00:00 2001 From: Real Shaman <85087525+realdealshaman@users.noreply.github.com> Date: Sat, 22 Jun 2024 03:35:08 +0100 Subject: [PATCH 2/2] Update starknet.ts extend to jan 31, 2032 --- protocols/starknet.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protocols/starknet.ts b/protocols/starknet.ts index 713c2d5..5702e8f 100644 --- a/protocols/starknet.ts +++ b/protocols/starknet.ts @@ -68,8 +68,8 @@ const starknet: Protocol = { manualStep( monthlyReleaseStart, periodToSeconds.month, - 92, - remainingEachAfterCliffs / 92, + 93, + remainingEachAfterCliffs / 93, ), // Distribute the remaining allocation ], Investors: [ @@ -78,8 +78,8 @@ const starknet: Protocol = { manualStep( monthlyReleaseStart, periodToSeconds.month, - 92, - remainingEachAfterCliffs / 92, + 93, + remainingEachAfterCliffs / 93, ), // Distribute the remaining allocation ], meta: {