Skip to content

Commit

Permalink
aave-v3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 20, 2024
1 parent 01ac823 commit 3b22a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/aave-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const stkGho = async () => {

const stkghoMeritApy = (
await axios.get('https://apps.aavechan.com/api/merit/base-aprs')
).data.actionsAPR['ethereum-stkgho'];
).data['ethereum-stkgho'];

const stkghoApy = stkghoNativeApy + stkghoMeritApy;

Expand Down

0 comments on commit 3b22a52

Please sign in to comment.