Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Mar 26, 2024
2 parents 24f1a50 + a543130 commit 2e3840e
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 2e3840e

Please sign in to comment.