Skip to content

Commit

Permalink
update step and end date
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 3, 2023
1 parent 0cbab3c commit 15a33ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocols/x2y2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ import { periodToSeconds } from "../utils/time";

const totalSupply = 1_000_000_000;
const start = 1645056000;
const end = 1707350400;

const x2y2: Protocol = {
"Staking Reward": manualStep(start, periodToSeconds.day, 1, 650_000_000),
"Liquidity Management": manualStep(start, periodToSeconds.day, 1, 15_000_000),
"Airdrop": manualStep(start, periodToSeconds.day, 1, 120_000_000),
"Development & Team": [
manualCliff(start,25_000_000),
manualCliff(end - periodToSeconds.day,0),
manualStep(start , periodToSeconds.day * 180, 4, 25_000_000),
],
"Treasury & Ecosystem": [
manualCliff(start,12_500_000),
manualCliff(end,12_500_000),
manualStep(start , periodToSeconds.day * 90, 8, 12_500_000),
],
"Presale": manualLinear(start, start + periodToSeconds.day * 360, 15_000_000),
Expand Down

0 comments on commit 15a33ad

Please sign in to comment.