Skip to content

Commit

Permalink
update team allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Mar 16, 2024
1 parent ae1f4c8 commit 0f7186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/uniswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function uniswap(): Protocol {
start + periodToSeconds.month * 2,
20000000,
),
team: manualLinear(start, start + periodToSeconds.year * 4, 180440000),
team: manualLinear(start, start + periodToSeconds.year * 4, 212660000),
investors: manualLinear(start, start + periodToSeconds.year * 4, 180440000),
advisors: manualLinear(start, start + periodToSeconds.year * 4, 6900000),
meta: {
Expand Down

0 comments on commit 0f7186e

Please sign in to comment.