Skip to content

Commit

Permalink
reinstate convex
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 3, 2023
1 parent 9d7f335 commit 5ede88e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocols/convex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const convex: Protocol = {
deployTime + 4 * periodToSeconds.year,
25000000,
),
"Curve LP rewards": () => supply(chain, CVX, deployTime, "convex", 50000000),
"Curve LP rewards": () =>
supply(chain, CVX, deployTime, "convex-finance", 50000000),
meta: {
sources: [
"https://docs.convexfinance.com/convexfinance/general-information/tokenomics",
Expand All @@ -36,7 +37,7 @@ const convex: Protocol = {
{
key: "Curve LP rewards",
allocation: 50000000,
lastRecord: () => deployTime, // latest("convex-finance", deployTime),
lastRecord: () => latest("convex-finance", deployTime),
},
],
},
Expand Down

0 comments on commit 5ede88e

Please sign in to comment.