Skip to content

Commit

Permalink
dodgy apecoin balances
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jun 21, 2024
1 parent 07d358e commit 7d8b78a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions protocols/apecoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const treasuryContracts = [
];

const apecoin: Protocol = {
"ecosystem fund": () =>
balance(treasuryContracts, token, chain, "apecoin", 1644883200),
// "ecosystem fund": () =>
// balance(treasuryContracts, token, chain, "apecoin", 1644883200),
"yuga labs": steps(0.15),
"Jane Goodall Legacy Foundation": steps(0.01),
"launch contributors": [
Expand All @@ -136,25 +136,25 @@ const apecoin: Protocol = {
),
],
founders: steps(0.08),
documented: {
replaces: ["ecosystem fund"],
"ecosystem fund": [
manualCliff(start, totalQty * 0.2675),
manualStep(start, periodToSeconds.month, 48, (totalQty * 0.3525) / 48),
],
},
// documented: {
// replaces: ["ecosystem fund"],
"ecosystem fund": [
manualCliff(start, totalQty * 0.2675),
manualStep(start, periodToSeconds.month, 48, (totalQty * 0.3525) / 48),
],
// },
meta: {
sources: ["https://apecoin.com/about"],
token: `${chain}:${token}`,
protocolIds: ["2665"],
total: totalQty,
incompleteSections: [
{
key: "ecosystem fund",
allocation: totalQty * 0.62,
lastRecord: () => latest("apecoin", 1644883200),
},
],
// incompleteSections: [
// {
// key: "ecosystem fund",
// allocation: totalQty * 0.62,
// lastRecord: () => latest("apecoin", 1644883200),
// },
// ],
},
categories: {
noncirculating: ["ecosystem fund"],
Expand Down

0 comments on commit 7d8b78a

Please sign in to comment.