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 d278495 commit e57e0fbCopy full SHA for e57e0fb
src/interfaces/MinimalAggregatorV3Interface.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity >=0.5.0;
3
4
-/// @dev Inspired
+/// @dev Inspired by
5
/// https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol
6
interface MinimalAggregatorV3Interface {
7
function decimals() external view returns (uint8);
0 commit comments