Skip to content

Commit

Permalink
feat: expose lup, htp and hpb index in pool endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsifrer committed Jul 20, 2023
1 parent 5c296be commit 60d35e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ajna/v1/views/pool.py
Original file line number Diff line number Diff line change
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 60d35e4

Please sign in to comment.