Skip to content

Commit

Permalink
Switching tvlUsd for availableLiquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu1 committed Oct 8, 2023
1 parent 78c43bd commit b8bab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/impermax-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ const main = async () => {
chain: chain,
project: protocolSlug,
symbol: utils.formatSymbol(borrowable.tokenSymbol),
tvlUsd: totalTvl.toNumber(),
availableLiquidity: totalTvl.toNumber(),
apyBase: supplyRateAPY.times(BigNumber(100)).toNumber(),
underlyingTokens: [borrowable.token0, borrowable.token1],
};
Expand Down

0 comments on commit b8bab91

Please sign in to comment.