From 5a09d2340105b0ae9c34a044f2b2b4fe20d1f09e Mon Sep 17 00:00:00 2001
From: waynebruce0x <waynebruce0x@gmail.com>
Date: Wed, 2 Oct 2024 15:22:56 +0100
Subject: [PATCH] patch

---
 protocols/aerodrome.ts      | 1 +
 utils/convertToChartData.ts | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/protocols/aerodrome.ts b/protocols/aerodrome.ts
index 83b54cd..f2b4f65 100644
--- a/protocols/aerodrome.ts
+++ b/protocols/aerodrome.ts
@@ -70,6 +70,7 @@ const aerodrome: Protocol = {
   //   },
   meta: {
     notes: [
+      `After Epoch 67, emissions will be dependent on the AERO FED`, 
       `Sections Airdrop for veAERO Lockers, Ecosystem Pools and Public Goods Funding, Team, Protocol Grants, and AERO Pools Votepower are distributed in veAERO. veAERO <> AERO conversion can be anywhere 0 - 1 depending on lock duration. At the time of analysis, around half AERO was locked, a year after genesis. We have used extrapolated this rate in our analysis.`,
       `LP Emissions and Team emissions schedules have been estimated based on the chart given in the source data.`,
     ],
diff --git a/utils/convertToChartData.ts b/utils/convertToChartData.ts
index 25943ef..0f809bc 100644
--- a/utils/convertToChartData.ts
+++ b/utils/convertToChartData.ts
@@ -111,7 +111,7 @@ async function appendMissingDataSections(
   const incompleteSections = data.metadata.incompleteSections;
   if (incompleteSections == null || incompleteSections.length == 0) return;
 
-  let res = [];
+  let res: any = [];
   try {
     res = await fetch(`https://api.llama.fi/emission/${protocol}`).then((r) =>
       r.json(),