Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jun 26, 2024
2 parents cf18b40 + e0d2af6 commit 9667637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protocols/starknet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const starknet: Protocol = {
manualStep(
monthlyReleaseStart,
periodToSeconds.month,
80,
remainingEachAfterCliffs / 80,
93,
remainingEachAfterCliffs / 93,
), // Distribute the remaining allocation
],
Investors: [
Expand All @@ -78,8 +78,8 @@ const starknet: Protocol = {
manualStep(
monthlyReleaseStart,
periodToSeconds.month,
80,
remainingEachAfterCliffs / 80,
93,
remainingEachAfterCliffs / 93,
), // Distribute the remaining allocation
],
meta: {
Expand Down

0 comments on commit 9667637

Please sign in to comment.