Skip to content

Commit

Permalink
feat: expose lup, htp and hpb index in pool endpoint (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsifrer committed Jul 20, 2023
2 parents 5c296be + 60d35e4 commit 0a042d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ajna/v1/views/pool.py
Expand Up @@ -109,6 +109,9 @@ def get(self, request, pool_address):
, pool.lup
, pool.htp
, pool.hpb
, pool.lup_index
, pool.htp_index
, pool.hpb_index
, pool.lend_rate
, pool.borrow_rate
, pool.total_ajna_burned
Expand Down

0 comments on commit 0a042d8

Please sign in to comment.