You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contracts compiled with Solidity 0.4.21 are failing to compile when they include require(bool) statements, resulting in a ParserError: Expected token Semicolon got 'Identifier' error. Specifically, require(false) c_3a887c65(0x55bf89d8a3187e04); /* requirePost */ HardhatError: HH600: Compilation failed.