diff --git a/protocols/ipor.ts b/protocols/ipor.ts index f34d08e..e99e39c 100644 --- a/protocols/ipor.ts +++ b/protocols/ipor.ts @@ -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: [ @@ -32,4 +32,4 @@ const ipor: Protocol = { }, }; -export default ipor; \ No newline at end of file +export default ipor;