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 32235e5 commit b56254eCopy full SHA for b56254e
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/develop/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol.
+/// https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol
6
interface AggregatorV3Interface {
7
function decimals() external view returns (uint8);
8
0 commit comments