-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Description
When I run the command yarn compile:contracts to compile these contracts, the terminal appeard this error:
error: modifier-style base constructor call without arguments
--> /Users/live/Desktop/learning/ethernaut/contracts/src/levels/BetHouse.sol:112:83
|
112 | constructor(string memory name_, string memory symbol_) ERC20(name_, symbol_) Ownable() {
| ^^^^^^^^^
|
what can I do?
Metadata
Metadata
Assignees
Labels
No labels