diff --git a/crytic_compile/platform/waffle.py b/crytic_compile/platform/waffle.py index f14f547f..6935d5d6 100755 --- a/crytic_compile/platform/waffle.py +++ b/crytic_compile/platform/waffle.py @@ -229,7 +229,9 @@ def is_supported(target: str, **kwargs: str) -> bool: ): return False - if os.path.isfile(os.path.join(target, "waffle.json")): + if os.path.isfile(os.path.join(target, "waffle.json")) or os.path.isfile( + os.path.join(target, ".waffle.json") + ): return True if os.path.isfile(os.path.join(target, "package.json")):