Skip to content

Commit

Permalink
Merge pull request #1058 from x0s0l/patch-1
Browse files Browse the repository at this point in the history
Fix Moonwell APY on Base
  • Loading branch information
waynebruce0x authored Oct 26, 2023
2 parents 407c4ba + 817ffd2 commit d6334c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/moonwell/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const getApy = async () => {
//WELL base -> WELL moonbeam
token_info = mrd_prices['0x511ab53f793683763e5a8829738301368a2411e3']
} else {
token_info = mrd_prices[_emissionToken]
token_info = mrd_prices[_emissionToken.toLowerCase()]
}

let price = token_info?.price
Expand Down

0 comments on commit d6334c6

Please sign in to comment.