Skip to content

Commit

Permalink
update team unlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 3, 2023
1 parent 15a33ad commit 62a5b8d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions protocols/rarible.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
import { Protocol } from "../types/adapters";
import { manualStep, manualLog, manualCliff } from "../adapters/manual";
import { manualStep, manualLog, manualCliff, manualLinear } from "../adapters/manual";
import { periodToSeconds } from "../utils/time";

const start = 1594771200;
const tradingRewardsStart = 1595116800;
const weeklyUnlockAmount = 75e3;
const teamStart = 1609459200;

const rarible: Protocol = {
"Team and Investors": manualStep(
start,
periodToSeconds.day,
1,
7.5e6
),
"Team and Investors": manualLinear( teamStart, teamStart + periodToSeconds.year * 2, 7.5e6 ),
"Airdrop": manualStep(
start,
periodToSeconds.day,
Expand Down

0 comments on commit 62a5b8d

Please sign in to comment.