Skip to content

Commit 32235e5

Browse files
committed
fix: update chainlink aggregator interface link
1 parent 1ed0ca4 commit 32235e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/AggregatorV3Interface.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity >=0.5.0;
33

44
/// @dev From
5-
/// https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol.
5+
/// https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol.
66
interface AggregatorV3Interface {
77
function decimals() external view returns (uint8);
88

0 commit comments

Comments
 (0)