Skip to content

Commit

Permalink
Merge pull request #84 from 0xVeto/ipor_fix
Browse files Browse the repository at this point in the history
Update ipor.ts
  • Loading branch information
realdealshaman authored Mar 14, 2024
2 parents 2ccbea7 + 28c62f1 commit b8c6d1d
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 b8c6d1d

Please sign in to comment.