Skip to content

Commit

Permalink
fix: update chainlink aggregator interface link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Grimal committed Dec 12, 2023
1 parent 1ed0ca4 commit 32235e5
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/develop/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol.
/// https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol.
interface AggregatorV3Interface {
function decimals() external view returns (uint8);

Expand Down

0 comments on commit 32235e5

Please sign in to comment.