Skip to content

Commit

Permalink
Fix airdrop dates. Setting first step at 18.01.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVeto committed Jan 30, 2024
1 parent 95ee3c1 commit 3122c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/ipor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const ipor: Protocol = {
"Core Team": manualLinear(TGE + periodToSeconds.day, TGE + periodToSeconds.day + periodToSeconds.year * 3, 20e6),
"Investors": manualLinear(TGE + periodToSeconds.day, TGE + periodToSeconds.day + periodToSeconds.year * 3, 11.85e6),
"airdrop": [
manualStep(TGE + periodToSeconds.year + 17 * periodToSeconds.day, periodToSeconds.day, 1, 85200),
manualLinear(TGE + periodToSeconds.year + 17 * periodToSeconds.day, TGE + periodToSeconds.year + 17 * periodToSeconds.day + periodToSeconds.month * 6, 305000),
manualStep(TGE + periodToSeconds.month + 17 * periodToSeconds.day, periodToSeconds.day, 0, 85200),
manualLinear(TGE + periodToSeconds.month + 17 * periodToSeconds.day, TGE + periodToSeconds.month + 17 * periodToSeconds.day + periodToSeconds.month * 6, 305000),
],
meta: {
notes: [
Expand All @@ -32,4 +32,4 @@ const ipor: Protocol = {
},
};

export default ipor;
export default ipor;

0 comments on commit 3122c15

Please sign in to comment.