Skip to content

Commit

Permalink
FIX-OCT-1348: Add PPF & CF to the response
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarbacinski committed Mar 28, 2024
1 parent e48d17e commit a47e9ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/app/infrastructure/routes/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ def get(self):
required=False,
description="The amount that will be used to increase staking and for other Octant related operations. Includes donations to projects that didn't reach the threshold.",
),
"ppf": fields.String(
required=False,
description="PPF for the given epoch. It's calculated from staking proceeds directly.",
),
"communityFund": fields.String(
required=False,
description="Community fund for the given epoch. It's calculated from staking proceeds directly.",
),
},
)

Expand Down

0 comments on commit a47e9ab

Please sign in to comment.