Skip to content

Commit

Permalink
Merge pull request #86 from danaugrs/master
Browse files Browse the repository at this point in the history
Fix Ondo unlock schedule
  • Loading branch information
Define101 committed Mar 25, 2024
2 parents b59b6fb + ad6bcfa commit a543130
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions protocols/ondo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ const ondo: Protocol = {
manualStep(publicLaunchDate, periodToSeconds.month * 12, 5, totalSupply * 0.5210869545 * 0.76 / 5)
],
"Protocol Development": [

manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 4, totalSupply * 0.33 * 0.25)
manualStep(publicLaunchDate, periodToSeconds.month * 12, 4, totalSupply * 0.33 * 0.25)
],
"Private Sales": [

manualStep(publicLaunchDate + periodToSeconds.month * 12, periodToSeconds.month * 12, 4, totalSupply * 0.1290246044 * 0.25)
manualStep(publicLaunchDate, periodToSeconds.month * 12, 4, totalSupply * 0.1290246044 * 0.25)
],


Expand All @@ -36,4 +34,4 @@ const ondo: Protocol = {
},
};

export default ondo;
export default ondo;

0 comments on commit a543130

Please sign in to comment.