diff --git a/src/adaptors/aerodrome-v1/index.js b/src/adaptors/aerodrome-v1/index.js index 495b400b7f..f0c13ae74a 100644 --- a/src/adaptors/aerodrome-v1/index.js +++ b/src/adaptors/aerodrome-v1/index.js @@ -232,7 +232,7 @@ const getGaugeApy = async () => { // Only staked supply is eligible for the rewardRate's emissions let stakedSupplyRatio = 1; if (totalSupply[i] !== 0) { - stakedSupplyRatio = poolSupply[i] / totalSupply[i]; + stakedSupplyRatio = totalSupply[i] / poolSupply[i]; } const apyReward =