Skip to content

Commit

Permalink
add correct epoch hold
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Feb 22, 2024
1 parent 970cb4d commit f3c0606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/holdstation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit f3c0606

Please sign in to comment.