Skip to content

Commit

Permalink
getUserStats(): add stakedLQTY
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Jan 14, 2025
1 parent 64ede7b commit 2f1395b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/src/liquity-governance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export async function getUserStates(
return {
allocatedLQTY: result[2],
allocatedOffset: result[3],
stakedLQTY: result[2] + result[0],
unallocatedLQTY: result[0],
unallocatedOffset: result[1],
};
Expand Down

0 comments on commit 2f1395b

Please sign in to comment.