Skip to content

Commit

Permalink
Merge pull request #70 from morpho-org/chore/fix-aggregator-url
Browse files Browse the repository at this point in the history
chore: fix aggregator url
  • Loading branch information
adhusson authored Feb 6, 2024
2 parents 5d9f1af + de7b127 commit 5bca61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/AggregatorV3Interface.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity >=0.5.0;

/// @dev From
/// https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol
/// https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol
interface AggregatorV3Interface {
function decimals() external view returns (uint8);

Expand Down

0 comments on commit 5bca61d

Please sign in to comment.