-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81a3684
commit becde36
Showing
1 changed file
with
308 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,329 @@ | ||
import { balance, latest } from "../adapters/balance"; | ||
import { manualCliff, manualLinear, manualStep } from "../adapters/manual"; | ||
import { Protocol } from "../types/adapters"; | ||
import { periodToSeconds } from "../utils/time"; | ||
|
||
const start = 1709679600; | ||
const total = 15e9; | ||
const token = "0x57e114b691db790c35207b2e685d4a43181e6061"; | ||
const chain = "ethereum"; | ||
|
||
const data: { [section: string]: any }[] = [ | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1125000000", | ||
Foundation: "300000000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1179687500", | ||
Foundation: "340625000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1234375000", | ||
Foundation: "381250000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1289062500", | ||
Foundation: "421875000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1343750000", | ||
Foundation: "462500000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1398437500", | ||
Foundation: "503125000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1903125000", | ||
Foundation: "543750000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "1957812500", | ||
Foundation: "584375000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "2012500000", | ||
Foundation: "625000000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "2067187500", | ||
Foundation: "665625000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "2121875000", | ||
Foundation: "706250000", | ||
}, | ||
{ | ||
Investors: "0", | ||
Team: "0", | ||
"Ecosystem Development": "2176562500", | ||
Foundation: "746875000", | ||
}, | ||
{ | ||
Investors: "937500000", | ||
Team: "1125000000", | ||
"Ecosystem Development": "2231250000", | ||
Foundation: "787500000", | ||
}, | ||
{ | ||
Investors: "1015625000", | ||
Team: "1218750000", | ||
"Ecosystem Development": "2585937500", | ||
Foundation: "828125000", | ||
}, | ||
{ | ||
Investors: "1093750000", | ||
Team: "1312500000", | ||
"Ecosystem Development": "2640625000", | ||
Foundation: "868750000", | ||
}, | ||
{ | ||
Investors: "1171875000", | ||
Team: "1406250000", | ||
"Ecosystem Development": "2695312500", | ||
Foundation: "909375000", | ||
}, | ||
{ | ||
Investors: "1250000000", | ||
Team: "1500000000", | ||
"Ecosystem Development": "2750000000", | ||
Foundation: "950000000", | ||
}, | ||
{ | ||
Investors: "1328125000", | ||
Team: "1593750000", | ||
"Ecosystem Development": "2804687500", | ||
Foundation: "990625000", | ||
}, | ||
{ | ||
Investors: "1406250000", | ||
Team: "1687500000", | ||
"Ecosystem Development": "2859375000", | ||
Foundation: "1031250000", | ||
}, | ||
{ | ||
Investors: "1484375000", | ||
Team: "1781250000", | ||
"Ecosystem Development": "2914062500", | ||
Foundation: "1071875000", | ||
}, | ||
{ | ||
Investors: "1562500000", | ||
Team: "1875000000", | ||
"Ecosystem Development": "2968750000", | ||
Foundation: "1112500000", | ||
}, | ||
{ | ||
Investors: "1640625000", | ||
Team: "1968750000", | ||
"Ecosystem Development": "3023437500", | ||
Foundation: "1153125000", | ||
}, | ||
{ | ||
Investors: "1718750000", | ||
Team: "2062500000", | ||
"Ecosystem Development": "3078125000", | ||
Foundation: "1193750000", | ||
}, | ||
{ | ||
Investors: "1796875000", | ||
Team: "2156250000", | ||
"Ecosystem Development": "3132812500", | ||
Foundation: "1234375000", | ||
}, | ||
{ | ||
Investors: "1875000000", | ||
Team: "2250000000", | ||
"Ecosystem Development": "3187500000", | ||
Foundation: "1275000000", | ||
}, | ||
{ | ||
Investors: "1953125000", | ||
Team: "2343750000", | ||
"Ecosystem Development": "3242187500", | ||
Foundation: "1315625000", | ||
}, | ||
{ | ||
Investors: "2031250000", | ||
Team: "2437500000", | ||
"Ecosystem Development": "3296875000", | ||
Foundation: "1356250000", | ||
}, | ||
{ | ||
Investors: "2109375000", | ||
Team: "2531250000", | ||
"Ecosystem Development": "3351562500", | ||
Foundation: "1396875000", | ||
}, | ||
{ | ||
Investors: "2187500000", | ||
Team: "2625000000", | ||
"Ecosystem Development": "3406250000", | ||
Foundation: "1437500000", | ||
}, | ||
{ | ||
Investors: "2265625000", | ||
Team: "2718750000", | ||
"Ecosystem Development": "3460937500", | ||
Foundation: "1478125000", | ||
}, | ||
{ | ||
Investors: "2343750000", | ||
Team: "2812500000", | ||
"Ecosystem Development": "3515625000", | ||
Foundation: "1518750000", | ||
}, | ||
{ | ||
Investors: "2421875000", | ||
Team: "2906250000", | ||
"Ecosystem Development": "3570312500", | ||
Foundation: "1559375000", | ||
}, | ||
{ | ||
Investors: "2500000000", | ||
Team: "3000000000", | ||
"Ecosystem Development": "3625000000", | ||
Foundation: "1600000000", | ||
}, | ||
{ | ||
Investors: "2578125000", | ||
Team: "3093750000", | ||
"Ecosystem Development": "3679687500", | ||
Foundation: "1640625000", | ||
}, | ||
{ | ||
Investors: "2656250000", | ||
Team: "3187500000", | ||
"Ecosystem Development": "3734375000", | ||
Foundation: "1681250000", | ||
}, | ||
{ | ||
Investors: "2734375000", | ||
Team: "3281250000", | ||
"Ecosystem Development": "3789062500", | ||
Foundation: "1721875000", | ||
}, | ||
{ | ||
Investors: "2812500000", | ||
Team: "3375000000", | ||
"Ecosystem Development": "3843750000", | ||
Foundation: "1762500000", | ||
}, | ||
{ | ||
Investors: "2890625000", | ||
Team: "3468750000", | ||
"Ecosystem Development": "3898437500", | ||
Foundation: "1803125000", | ||
}, | ||
{ | ||
Investors: "2968750000", | ||
Team: "3562500000", | ||
"Ecosystem Development": "3953125000", | ||
Foundation: "1843750000", | ||
}, | ||
{ | ||
Investors: "3046875000", | ||
Team: "3656250000", | ||
"Ecosystem Development": "4007812500", | ||
Foundation: "1884375000", | ||
}, | ||
{ | ||
Investors: "3125000000", | ||
Team: "3750000000", | ||
"Ecosystem Development": "4062500000", | ||
Foundation: "1925000000", | ||
}, | ||
{ | ||
Investors: "3203125000", | ||
Team: "3843750000", | ||
"Ecosystem Development": "4117187500", | ||
Foundation: "1965625000", | ||
}, | ||
{ | ||
Investors: "3281250000", | ||
Team: "3937500000", | ||
"Ecosystem Development": "4171875000", | ||
Foundation: "2006250000", | ||
}, | ||
{ | ||
Investors: "3359375000", | ||
Team: "4031250000", | ||
"Ecosystem Development": "4226562500", | ||
Foundation: "2046875000", | ||
}, | ||
{ | ||
Investors: "3437500000", | ||
Team: "4125000000", | ||
"Ecosystem Development": "4281250000", | ||
Foundation: "2087500000", | ||
}, | ||
{ | ||
Investors: "3515625000", | ||
Team: "4218750000", | ||
"Ecosystem Development": "4335937500", | ||
Foundation: "2128125000", | ||
}, | ||
{ | ||
Investors: "3593750000", | ||
Team: "4312500000", | ||
"Ecosystem Development": "4390625000", | ||
Foundation: "2168750000", | ||
}, | ||
{ | ||
Investors: "3671875000", | ||
Team: "4406250000", | ||
"Ecosystem Development": "4445312500", | ||
Foundation: "2209375000", | ||
}, | ||
{ | ||
Investors: "3750000000", | ||
Team: "4500000000", | ||
"Ecosystem Development": "4500000000", | ||
Foundation: "2250000000", | ||
}, | ||
]; | ||
|
||
const ena: Protocol = { | ||
"Core Contributors": [ | ||
manualCliff(start + periodToSeconds.year, (total * 0.3) / 4), | ||
manualStep( | ||
start + periodToSeconds.year, | ||
periodToSeconds.month, | ||
36, | ||
(total * 0.3 * 3) / (4 * 36), | ||
), | ||
], | ||
Investors: [ | ||
manualCliff(start + periodToSeconds.year, (total * 0.25) / 4), | ||
manualStep( | ||
start + periodToSeconds.year, | ||
periodToSeconds.month, | ||
36, | ||
(total * 0.25 * 3) / (4 * 36), | ||
), | ||
], | ||
Foundation: manualLinear( | ||
start, | ||
start + periodToSeconds.years(3), | ||
total * 0.15, | ||
), // () => balance([], token, chain, "ethena", 0), | ||
"Ecosystem Development": manualLinear( | ||
start, | ||
start + periodToSeconds.years(3), | ||
total * 0.3, | ||
), //() => balance([], token, chain, "ethena", 0), | ||
meta: { | ||
token: `${chain}:${token}`, | ||
notes: [ | ||
`Wallet addresses couldnt be found for Foundation and Ecosystem Development sections, so a typical 3 year linear schedule has been used.`, | ||
], | ||
notes: [`Data shown is from a CSV supplied by Ethena on 20 May 2024.`], | ||
sources: [ | ||
"https://mirror.xyz/0xF99d0E4E3435cc9C9868D1C6274DfaB3e2721341/uCBp9VeuLWs-ul1b6AOUAoMg5HBB_iizMIi-11N6nT8", | ||
], | ||
protocolIds: ["4133"], | ||
// incompleteSections: [ | ||
// { | ||
// allocation: total * 0.15, | ||
// key: "Foundation", | ||
// lastRecord: () => latest("ethena", 0), | ||
// }, | ||
// { | ||
// allocation: total * 0.3, | ||
// key: "Ecosystem Development", | ||
// lastRecord: () => latest("ethena", 0), | ||
// }, | ||
// ], | ||
}, | ||
categories: { | ||
insiders: ["Investors", "Core Contributors"], | ||
insiders: ["Investors", "Team"], | ||
noncirculating: ["Foundation", "Ecosystem Development"], | ||
}, | ||
}; | ||
|
||
Object.keys(data[0]).map((key) => { | ||
ena[key] = data.map((d: any, i: number) => ({ | ||
start: start + periodToSeconds.months(i), | ||
type: "linear", | ||
end: start + periodToSeconds.months(i + 1), | ||
amount: d[key] - (i == 0 ? 0 : data[i - 1][key]), | ||
})); | ||
}); | ||
|
||
export default ena; |