Skip to content

Commit

Permalink
chore: update output field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Tsai committed Jan 20, 2025
1 parent 1b6891a commit e5828ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adaptors/lisusd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ const getApy = async () => {
symbol: collateral.symbol,
underlyingTokens: [collateral.address],
tvlUsd: Number(tvl) / 1e18,
apyBase: 0,
apyBase: aprRates || 0,
apyReward: aprRates || 0,
rewardTokens: ['0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5'], // lisUSD
apyBaseBorrow: aprRates || 0,
};
} catch (error) {
Expand Down

0 comments on commit e5828ed

Please sign in to comment.