Merge branch 'main' into router/hr/ENG-4035-Balancer-V2-Executor
This commit is contained in:
@@ -10,8 +10,10 @@ error UniswapV2Executor__InvalidDataLength();
|
||||
contract UniswapV2Executor is IExecutor {
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
// slither-disable-next-line locked-ether
|
||||
function swap(uint256 givenAmount, bytes calldata data)
|
||||
external
|
||||
payable
|
||||
returns (uint256 calculatedAmount)
|
||||
{
|
||||
address target;
|
||||
|
||||
Reference in New Issue
Block a user