relayer-registry/.solhint.json

8 lines
139 B
JSON
Raw Normal View History

2023-04-08 14:46:18 -04:00
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error",">=0.8.0"],
"avoid-low-level-calls": "off"
}
}