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
Locking the pragma helps to ensure that contracts are not accidentally deployed using an outdated compiler version that might introduce bugs that affect the contract system negatively.
Locking the pragma helps to ensure that contracts are not accidentally deployed using an outdated compiler version that might introduce bugs that affect the contract system negatively.
Paths
./src/Funnel.sol
./src/FunnelFactory.sol
./src/interfaces/IERC5827.sol
./src/interfaces/IERC5827Payable.sol
./src/interfaces/IERC5827Proxy.sol
./src/interfaces/IERC5827Spender.sol
./src/interfaces/IFunnel.sol
./src/interfaces/IFunnelFactory.sol
./src/lib/EIP712.sol
./src/lib/MetaTxContext.sol
./src/lib/NativeMetaTransaction.sol
./src/lib/Nonces.sol
Recommendation
Consider locking the pragma version whenever possible and avoid using a floating pragma in the final deployment.
Status
New
The text was updated successfully, but these errors were encountered: