Skip to content

Commit

Permalink
etherfi
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed May 15, 2024
1 parent d17449e commit 76e6636
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions protocols/etherfi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const etherfi: Protocol = {
token,
chain,
"etherfi",
0,
1714694400,
),
// "User Airdrops": () => balance(),
// Partnerships: () => balance(),
Expand All @@ -38,6 +38,13 @@ const etherfi: Protocol = {
`https://etherfi.medium.com/announcing-ethfi-the-ether-fi-governance-token-8cae7327763a`,
],
protocolIds: ["4133"],
incompleteSections: [
{
allocation: total * 0.2724,
key: "Treasury",
lastRecord: () => latest("etherfi", 1714694400),
},
],
// incompleteSections: [
// {
// allocation: total * 0.15,
Expand All @@ -53,7 +60,7 @@ const etherfi: Protocol = {
},
categories: {
insiders: ["Investors", "Core Contributors"],
noncirculating: ["Foundation", "Ecosystem Development"],
noncirculating: ["Foundation", "Ecosystem Development", "Treasury"],
},
};

Expand Down

0 comments on commit 76e6636

Please sign in to comment.