Skip to content

Commit

Permalink
add reward apy
Browse files Browse the repository at this point in the history
  • Loading branch information
mingji committed Feb 25, 2023
1 parent 0c9037d commit 72d2fc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adaptors/sturdy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const poolsFunction = async () => {
symbol: utils.formatSymbol(item.tokens),
tvlUsd: item.tvl,
apyBase: item.base * 100,
apyReward: item.reward * 100,
rewardTokens: item.rewardTokens || [],

// borrow fields
apyBaseBorrow: item.borrowAPY * 100,
totalSupplyUsd: item.tvl,
Expand Down

0 comments on commit 72d2fc7

Please sign in to comment.