From f3c06061608f587e9de4eb399f44dc0aa7cd7b75 Mon Sep 17 00:00:00 2001 From: Define101 Date: Thu, 22 Feb 2024 10:56:47 +0000 Subject: [PATCH] add correct epoch hold --- protocols/holdstation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/holdstation.ts b/protocols/holdstation.ts index 5ff874a..a49520a 100644 --- a/protocols/holdstation.ts +++ b/protocols/holdstation.ts @@ -3,7 +3,7 @@ import { manualLinear, manualCliff } from "../adapters/manual"; import { periodToSeconds } from "../utils/time"; const totalSupply = 30_000_000; -const TGE = 1700092800; +const TGE = 1701043201; // Allocations const investorAllocation = totalSupply * 0.10; // 10%