We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9f1af commit de7b127Copy full SHA for de7b127
src/interfaces/AggregatorV3Interface.sol
@@ -2,7 +2,7 @@
2
pragma solidity >=0.5.0;
3
4
/// @dev From
5
-/// 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
6
interface AggregatorV3Interface {
7
function decimals() external view returns (uint8);
8
0 commit comments