Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 26, 2024
1 parent 573d370 commit fd19ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/prime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { manualCliff, manualLinear } from "../adapters/manual";
import { Protocol } from "../types/adapters";

const prime: Protocol = {
"Gameplay Pool": manualLinear("2023-03-01", "2028-03-01", 365 * 5 + 1),
"Gameplay Pool": manualLinear("2023-03-01", "2028-03-01", 365 * 5 * 300), // estimate
"Parallel Studios Reserve": manualLinear(
"2025-06-01",
"2027-12-01",
Expand All @@ -29,7 +29,7 @@ const prime: Protocol = {
meta: {
notes: [
`No unlock schedule is described for the Echelon Foundation Reserve (11.2%). Here we have assumed a 4 year linear unlock.`,
`Gameplay Pool unlocks are not detailed in the source material. Here we have used the max of 6 PRIME per day`,
`Gameplay Pool unlocks are not detailed in the source material. Here we have used an estimation of 300 PRIME per day`,
`In the source material no schedule is given for the Caching section, here we have assumed a linear unlock.`,
],
token: "coingecko:echelon-prime",
Expand Down

0 comments on commit fd19ef8

Please sign in to comment.