Skip to content

Commit

Permalink
Use APY instead of APR
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggiano committed Jan 13, 2025
1 parent bded99a commit 405ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/size-credit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function apy() /*: Promise<Pool[]>*/ {
totalSupplyUsd: tvl.debt_tvl_usd,
totalBorrowUsd: tvl.total_borrow_usd,
ltv: 1e18 / market.risk_config.cr_liquidation,
poolMeta: `APR information based on a ${TENOR_DAYS}-day maturity, ${DEPTH_BORROW_TOKEN} ${market.quote_symbol} fixed-rate loan using ${market.base_symbol} as collateral on ${uppercaseChain}.`,
poolMeta: `APY information based on a ${TENOR_DAYS}-day maturity, ${DEPTH_BORROW_TOKEN} ${market.quote_symbol} fixed-rate loan using ${market.base_symbol} as collateral on ${uppercaseChain}.`,
};
})
);
Expand Down

0 comments on commit 405ceac

Please sign in to comment.