Skip to content

Commit e2e3315

Browse files
author
Tyler Tsai
committed
chore: update output field
1 parent 1b6891a commit e2e3315

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/adaptors/lisusd/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,12 @@ const getApy = async () => {
167167
symbol: collateral.symbol,
168168
underlyingTokens: [collateral.address],
169169
tvlUsd: Number(tvl) / 1e18,
170-
apyBase: 0,
170+
apyBase: aprRates || 0,
171+
apyReward: aprRates || 0,
172+
rewardTokens: [
173+
'0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5',
174+
'0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46',
175+
], // lisUSD, LISTA
171176
apyBaseBorrow: aprRates || 0,
172177
};
173178
} catch (error) {

0 commit comments

Comments
 (0)