smartcontractkit / chainlink-brownie-contracts

A repository for automatically using the latest chainlink repo from the core chainlink repo.
303 stars 65 forks source link

TypeError: Interfaces cannot inherit. interface AggregatorV2V3Interface is AggregatorInterface, AggregatorV3Interface #11

Closed HamzaBenhammouda closed 2 years ago

HamzaBenhammouda commented 2 years ago

when trying to compile MockV3Aggregator.sol the following errors are thrown:

~/.brownie/packages/smartcontractkit/chainlink-brownie-contracts@1.1.1/contracts/src/v0.6/interfaces/AggregatorV2V3Interface.sol:7:38: TypeError: Interfaces cannot inherit. interface AggregatorV2V3Interface is AggregatorInterface, AggregatorV3Interfac

~/.brownie/packages/smartcontractkit/chainlink-brownie-contracts@1.1.1/contracts/src/v0.6/interfaces/AggregatorV2V3Interface.sol:7:59 TypeError: Interfaces cannot inherit. interface AggregatorV2V3Interface is AggregatorInterface, AggregatorV3Interface

PatrickAlphaC commented 2 years ago

Does this help? https://ethereum.stackexchange.com/questions/98792/i-am-trying-to-use-chainlink-using-remix-and-i-followed-the-chainlink-docs