Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npx hardhat compile failed. #1

Open
philsong opened this issue Dec 8, 2020 · 0 comments
Open

npx hardhat compile failed. #1

philsong opened this issue Dec 8, 2020 · 0 comments

Comments

@philsong
Copy link

philsong commented Dec 8, 2020

➜ cover-core-v1 git:(main) ✗ npx hardhat compile --show-stack-traces
Compiling 25 files with 0.7.3
contracts/ProtocolFactory.sol:15:1: TypeError: Contract "ProtocolFactory" should be marked as abstract.
contract ProtocolFactory is IProtocolFactory, Ownable {
^ (Relevant source part starts here and spans across multiple lines).
contracts/interfaces/IProtocolFactory.sol:41:3: Missing implementation:
function assignClaimManager(address _address) external returns (bool);
^--------------------------------------------------------------------^

Error HH600: Compilation failed

HardhatError: HH600: Compilation failed
at SimpleTaskDefinition.config_env_1.subtask.addParam.addParam.setAction [as action] (/Users/phil/DeFi/cover-core-v1/node_modules/hardhat/src/builtin-tasks/compile.ts:751:15)
at process._tickCallback (internal/process/next_tick.js:68:7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant