From 5ede88e170d24b4524e89f0007ce827c0a95a967 Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Mon, 3 Jul 2023 16:31:03 +0100 Subject: [PATCH] reinstate convex --- protocols/convex.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protocols/convex.ts b/protocols/convex.ts index dc81684..f7c4285 100644 --- a/protocols/convex.ts +++ b/protocols/convex.ts @@ -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", @@ -36,7 +37,7 @@ const convex: Protocol = { { key: "Curve LP rewards", allocation: 50000000, - lastRecord: () => deployTime, // latest("convex-finance", deployTime), + lastRecord: () => latest("convex-finance", deployTime), }, ], },