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?
When I run the command
yarn compile:contractsto compile these contracts, the terminal appeard this error:what can I do?