Skip to content

Commit

Permalink
meso: add staking apr (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
GinMeso149 committed Aug 28, 2024
1 parent 89abf2f commit f0e2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/meso-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function main() {
project: 'meso-finance',
symbol: utils.formatSymbol(coinSymbol),
tvlUsd: (pool.poolSupply - pool.totalDebt) * coinPrice / 10 ** pool["token"]["decimals"],
apyBase: pool.supplyApy,
apyBase: pool.supplyApy + pool.stakingApr,
}

if (pool.incentiveSupplyApy > 0) {
Expand Down

0 comments on commit f0e2eb2

Please sign in to comment.