diff --git a/.solhint.json b/.solhint.json index f24c4323..de8d9924 100644 --- a/.solhint.json +++ b/.solhint.json @@ -2,7 +2,7 @@ "extends": "solhint:recommended", "rules": { "avoid-low-level-calls": "off", - "code-complexity": ["error", 9], + "code-complexity": ["error", 10], "compiler-version": ["error", ">=0.8.0"], "contract-name-camelcase": "off", "const-name-snakecase": "off",