From 05bc49c0d8a8aa687536752016835683a777e3d0 Mon Sep 17 00:00:00 2001 From: Mikhailo Shabodyash Date: Wed, 13 Nov 2024 10:51:02 +0200 Subject: [PATCH] fix: comment fix --- contracts/pricefeeds/METHExchangeRatePriceFeed.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/pricefeeds/METHExchangeRatePriceFeed.sol b/contracts/pricefeeds/METHExchangeRatePriceFeed.sol index 61b264aff..b97f475d6 100644 --- a/contracts/pricefeeds/METHExchangeRatePriceFeed.sol +++ b/contracts/pricefeeds/METHExchangeRatePriceFeed.sol @@ -6,7 +6,7 @@ import "../IPriceFeed.sol"; /** * @title mETH Scaling price feed - * @notice A custom price feed that scales up or down the price received from an underlying Renzo mETH / ETH exchange rate price feed and returns the result + * @notice A custom price feed that scales up or down the price received from an underlying Mantle mETH / ETH exchange rate price feed and returns the result * @author Compound */ contract METHExchangeRatePriceFeed is IPriceFeed {