From 59e12f986588feceaf274521e2759d4aa4d1651d Mon Sep 17 00:00:00 2001 From: andreiashu Date: Fri, 26 Jan 2024 15:36:04 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B6=20minor=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contracts/HLPPriceFeedOracle.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/HLPPriceFeedOracle.sol b/contracts/HLPPriceFeedOracle.sol index ce4cec4..9e20ce2 100644 --- a/contracts/HLPPriceFeedOracle.sol +++ b/contracts/HLPPriceFeedOracle.sol @@ -21,8 +21,8 @@ contract hlpPriceFeedOracle { uint8 public decimals; constructor( - hlpContract _baseContract, - AggregatorV3Interface _quotePriceFeed, + hlpContract _baseContract, // FXPool (or in previous versions the HLP / Curve contract) + AggregatorV3Interface _quotePriceFeed, // ETH / USD Chainlink price feed string memory _priceFeed ) { baseContract = _baseContract;