Skip to content

Commit de7b127

Browse files
committed
chore: fix aggregator url
1 parent 5d9f1af commit de7b127

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

0 commit comments

Comments
 (0)