From c02189fda0530a8f78b9a44e77216e66a1492087 Mon Sep 17 00:00:00 2001 From: wangshouh Date: Thu, 5 Dec 2024 15:08:33 +0700 Subject: [PATCH] fix: pQ2 comment --- src/morpho-chainlink/MorphoChainlinkOracleV2.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/morpho-chainlink/MorphoChainlinkOracleV2.sol b/src/morpho-chainlink/MorphoChainlinkOracleV2.sol index 48f8298..acb886c 100644 --- a/src/morpho-chainlink/MorphoChainlinkOracleV2.sol +++ b/src/morpho-chainlink/MorphoChainlinkOracleV2.sol @@ -115,7 +115,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 { // - pB1 is the quantity of 1e(dB2) assets B2 that can be exchanged for 1e(dB1) assets B1. // - pB2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dB2) assets B2. // - pQ1 is the quantity of 1e(dQ2) assets Q2 that can be exchanged for 1e(dQ1) assets Q1. - // - pQ2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dQ2) assets B2. + // - pQ2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dQ2) assets Q2. // Morpho Blue expects `price()` to be the quantity of 1 asset Q1 that can be exchanged for 1 asset B1, // scaled by 1e36: