Skip to content

Commit

Permalink
aave v3 gho set mintedCoin
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jul 2, 2024
1 parent a9dca15 commit 3f1d554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adaptors/aave-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const getApy = async (chain) => {
ltv: poolsReservesConfigurationData[i].ltv / 10000,
url,
borrowable: poolsReservesConfigurationData[i].borrowingEnabled,
mintedCoin: pool.symbol === 'GHO' ? 'GHO' : null,
};
});
};
Expand Down

0 comments on commit 3f1d554

Please sign in to comment.