Skip to content

Commit

Permalink
temp uwu patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jun 4, 2024
1 parent 98b406b commit 5e59079
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions protocols/uwu-lend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ const uwulend: Protocol = {
3e6,
),
],
Treasury: () =>
balance(
["0xC671A6B1415dE6549B05775Ee4156074731190c6"],
token,
chain,
"uwu-lend",
start,
),
documented: {
replaces: ["Treasury"],
Team: manualLinear(start, start + periodToSeconds.years(2), 4e6),
Treasury: manualLinear(start, start + periodToSeconds.years(4), 8e6),
},
// Treasury: () =>
// balance(
// ["0xC671A6B1415dE6549B05775Ee4156074731190c6"],
// token,
// chain,
// "uwu-lend",
// start,
// ),
// documented: {
// replaces: ["Treasury"],
Team: manualLinear(start, start + periodToSeconds.years(2), 4e6),
Treasury: manualLinear(start, start + periodToSeconds.years(4), 8e6),
// },
meta: {
token: `coingecko:uwu-lend`,
sources: [`https://docs.uwulend.fi/tokenomics`],
protocolIds: ["2111"],
incompleteSections: [
{
lastRecord: () => latest("uwu-lend", start),
key: "Treasury",
allocation: undefined,
},
],
// incompleteSections: [
// {
// lastRecord: () => latest("uwu-lend", start),
// key: "Treasury",
// allocation: undefined,
// },
// ],
},
categories: {
insiders: ["Team", "Investors"],
Expand Down

0 comments on commit 5e59079

Please sign in to comment.