Skip to content

Commit

Permalink
Fix portfolio not being loaded with Morpho MKR positions (#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Jun 28, 2024
1 parent aa5fc1e commit 0d5d59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/portfolio/positions/handlers/morpho-blue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ async function getMorphoPositions({
const rawRaysPerYear = getPointsPerYear(netValue)
const positionRaysMultipliersData = mapMorphoBlueRaysMultipliers({
multipliers: raysUserMultipliers,
collateralToken: collateralToken.symbol,
quoteToken: debtToken.symbol,
collateralToken: primaryToken,
quoteToken: secondaryToken,
dpmProxy: proxyAddress,
protocol: LendingProtocol.MorphoBlue,
networkName,
Expand Down

0 comments on commit 0d5d59e

Please sign in to comment.