Skip to content

Commit

Permalink
chore: fix aggregator url
Browse files Browse the repository at this point in the history
  • Loading branch information
adhusson committed Feb 6, 2024
1 parent 5d9f1af commit de7b127
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 de7b127

Please sign in to comment.