Skip to content

Commit

Permalink
Merge pull request #85 from Define101/master
Browse files Browse the repository at this point in the history
add correct epoch hold
  • Loading branch information
Define101 authored Feb 22, 2024
2 parents 970cb4d + f3c0606 commit 69a8411
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 69a8411

Please sign in to comment.