Skip to content

Commit

Permalink
fix: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Aug 5, 2024
1 parent 00034ba commit fba7838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pricefeeds/RswETHExchangePriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ contract RswETHExchangePriceFeed is IPriceFeed {
) {
uint256 rate = IRswETH(underlyingPriceFeed).rswETHToETHRate();
// protocol uses only the answer value. Other data fields are not provided by the underlying pricefeed and are not used in Comet protocol
// https://etherscan.io/address/0x387dBc0fB00b26fb085aa658527D5BE98302c84C#readProxyContract
// https://etherscan.io/address/0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0#readProxyContract#F14
return (1, scalePrice(signed256(rate)), block.timestamp, block.timestamp, 1);
}

Expand Down

0 comments on commit fba7838

Please sign in to comment.