diff --git a/protocols/ondo.ts b/protocols/ondo.ts index 0683619..730ec8b 100644 --- a/protocols/ondo.ts +++ b/protocols/ondo.ts @@ -7,20 +7,20 @@ const publicLaunchDate = 1705536000; // UNIX timestamp for jan 18, 2024 const ondo: Protocol = { "Community Access Sale": [ - manualCliff(publicLaunchDate, totalSupply * 0.019884411 * 0.90), - manualLinear(publicLaunchDate, publicLaunchDate + periodToSeconds.month * 12, totalSupply * 0.019884411 * 0.10) + manualCliff(publicLaunchDate, (totalSupply * 0.019884411) * 0.90), + manualLinear(publicLaunchDate, publicLaunchDate + periodToSeconds.month * 12, (totalSupply * 0.019884411) * 0.10020267635788) ], "Ecosystem Growth": [ manualCliff(publicLaunchDate, totalSupply * 0.5210869545 * 0.24), manualStep(publicLaunchDate, periodToSeconds.month * 12, 5, totalSupply * 0.5210869545 * 0.76 / 5) ], "Protocol Development": [ - manualCliff(publicLaunchDate + periodToSeconds.month * 12, totalSupply * 0.33 * 0.25), - manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 5, totalSupply * 0.33 * 0.25) + + manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 4, totalSupply * 0.33 * 0.25) ], "Private Sales": [ - manualCliff(publicLaunchDate + periodToSeconds.month * 12, totalSupply * 0.1290246044 * 0.25), - manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 5, totalSupply * 0.1290246044 * 0.25) + + manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 4, totalSupply * 0.1290246044 * 0.25) ],