Skip to content

Commit b56254e

Browse files
Update src/interfaces/AggregatorV3Interface.sol
Co-authored-by: Romain Milon <[email protected]> Signed-off-by: Jean-Grimal <[email protected]>
1 parent 32235e5 commit b56254e

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.6/interfaces/AggregatorV3Interface.sol.
5+
/// https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol
66
interface AggregatorV3Interface {
77
function decimals() external view returns (uint8);
88

0 commit comments

Comments
 (0)