fix: Silence slither warnings

- low level calls are fine, since we are checking for success, and we have already checked for contract existence when setting swap executors
- dead-code is silenced
- fix solidity version
This commit is contained in:
TAMARA LIPOWSKI
2025-01-23 15:07:56 -05:00
parent 825af0f8d7
commit b616e11354
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.7.5;
pragma solidity ^0.8.28;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";