L-1: Unspecific Solidity Pragma
Consider using a specific version of Solidity in your contracts instead of a wide version. For example, instead of pragma solidity ^0.8.0;, use pragma solidity 0.8.0;
4 Found Instances
-
Found in src/ERC20.sol Line: 2
-
Found in src/IERC20.sol Line: 3
-
Found in src/helpers/ERC20Internals.sol Line: 2
-
Found in src/helpers/IERC20Errors.sol Line: 2