Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Oct 2, 2024
1 parent 05e7641 commit 5a09d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions protocols/aerodrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
],
Expand Down
2 changes: 1 addition & 1 deletion utils/convertToChartData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 5a09d23

Please sign in to comment.