Skip to content

Commit

Permalink
Update ipor.ts
Browse files Browse the repository at this point in the history
Fixed schedule
  • Loading branch information
0xVeto authored Feb 21, 2024
1 parent 970cb4d commit 28c62f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/ipor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.month + 17 * periodToSeconds.day, periodToSeconds.day, 0, 85200),
manualStep(TGE + periodToSeconds.month + 16 * periodToSeconds.day, periodToSeconds.day, 1, 85200),
manualLinear(TGE + periodToSeconds.month + 17 * periodToSeconds.day, TGE + periodToSeconds.month + 17 * periodToSeconds.day + periodToSeconds.month * 6, 305000),
],
meta: {
Expand Down

0 comments on commit 28c62f1

Please sign in to comment.